Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4de6494f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove double includes"

parents 959183fd 081acdf3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
#include <unordered_set>
#include <vector>

#include "bta_api.h"
#include "bta_gatt_api.h"
#include "bta_hh_co.h"
#include "btm_api.h"
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
#include "btcore/include/module.h"
#include "btif_api.h"
#include "btif_common.h"
#include "btif_config.h"
#include "btif_config_transcode.h"
#include "btif_util.h"
#include "osi/include/alarm.h"
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include "main_int.h"
#include "osi/include/config.h"
#include "osi/include/log.h"
#include "osi/include/log.h"
#include "port_api.h"
#include "sdp_api.h"
#include "stack_config.h"
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
#include "bt_types.h"
#include "hcidefs.h"
#include "hcimsgs.h"
#include "l2cdefs.h"

#include "l2c_api.h"
#include "l2cdefs.h"
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@
#include "osi/include/osi.h"

// TODO(zachoverflow): remove this horrible hack
#include "btu.h"
extern fixed_queue_t* btu_hci_msg_queue;

extern void btm_process_cancel_complete(uint8_t status, uint8_t mode);
Loading