diff options
Diffstat (limited to 'system/stack/l2cap/l2c_main.cc')
-rw-r--r-- | system/stack/l2cap/l2c_main.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/stack/l2cap/l2c_main.cc b/system/stack/l2cap/l2c_main.cc index b9bd0c148d..98b00cdfdf 100644 --- a/system/stack/l2cap/l2c_main.cc +++ b/system/stack/l2cap/l2c_main.cc @@ -27,15 +27,15 @@ #include <string.h> #include "bt_target.h" -#include "hcimsgs.h" -#include "l2c_api.h" -#include "l2c_int.h" -#include "l2cdefs.h" +#include "hcimsgs.h" // HCID_GET_ #include "main/shim/shim.h" #include "osi/include/allocator.h" #include "osi/include/log.h" #include "osi/include/osi.h" #include "stack/include/bt_hdr.h" +#include "stack/include/l2c_api.h" +#include "stack/include/l2cdefs.h" +#include "stack/l2cap/l2c_int.h" /******************************************************************************/ /* L O C A L F U N C T I O N P R O T O T Y P E S */ |