Loading system/btif/test/btif_rc_test.cc +4 −6 Original line number Diff line number Diff line Loading @@ -14,27 +14,25 @@ * limitations under the License. */ #include <base/logging.h> #undef LOG_TAG // Undefine the LOG_TAG by this compilation unit #include "btif/src/btif_rc.cc" #include <gtest/gtest.h> #include <stdio.h> #include <cstdint> #include <future> #include "bta/include/bta_av_api.h" #include "btif/avrcp/avrcp_service.h" #include "btif/include/btif_common.h" #include "common/message_loop_thread.h" #include "device/include/interop.h" #include "include/hardware/bt_rc.h" #include "stack/include/bt_hdr.h" #include "test/common/mock_functions.h" #include "test/mock/mock_osi_alarm.h" #include "test/mock/mock_osi_allocator.h" #include "test/mock/mock_osi_list.h" #include "types/raw_address.h" #undef LOG_TAG #include "avrcp_service.h" #include "btif/src/btif_rc.cc" namespace bluetooth { namespace avrcp { Loading Loading
system/btif/test/btif_rc_test.cc +4 −6 Original line number Diff line number Diff line Loading @@ -14,27 +14,25 @@ * limitations under the License. */ #include <base/logging.h> #undef LOG_TAG // Undefine the LOG_TAG by this compilation unit #include "btif/src/btif_rc.cc" #include <gtest/gtest.h> #include <stdio.h> #include <cstdint> #include <future> #include "bta/include/bta_av_api.h" #include "btif/avrcp/avrcp_service.h" #include "btif/include/btif_common.h" #include "common/message_loop_thread.h" #include "device/include/interop.h" #include "include/hardware/bt_rc.h" #include "stack/include/bt_hdr.h" #include "test/common/mock_functions.h" #include "test/mock/mock_osi_alarm.h" #include "test/mock/mock_osi_allocator.h" #include "test/mock/mock_osi_list.h" #include "types/raw_address.h" #undef LOG_TAG #include "avrcp_service.h" #include "btif/src/btif_rc.cc" namespace bluetooth { namespace avrcp { Loading