OSDN Git Service

Properly include stack/test/common/mock_btm_layer
authorChris Manton <cmanton@google.com>
Thu, 7 Jan 2021 20:07:59 +0000 (12:07 -0800)
committerChris Manton <cmanton@google.com>
Thu, 7 Jan 2021 20:12:38 +0000 (12:12 -0800)
Towards readable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host
Change-Id: I9c7c26669f9169747bf62d9d8a88668220a1abef

stack/test/common/mock_btm_layer.h

index 45f32d1..e8c3b45 100644 (file)
@@ -20,6 +20,9 @@
 #include <gmock/gmock.h>
 
 #include "btm_int.h"
+#include "stack/include/btm_api_types.h"
+#include "stack/include/btm_status.h"
+#include "types/raw_address.h"
 
 namespace bluetooth {
 namespace manager {
@@ -54,4 +57,4 @@ void SetMockSecurityInternalInterface(
     MockBtmSecurityInternalInterface* mock_btm_security_internal_interface);
 
 }  // namespace manager
-}  // namespace bluetooth
\ No newline at end of file
+}  // namespace bluetooth