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

Commit a37b6c22 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Canonicalize or remove unused hci includes

Bug: 197478351
Tag: #refactor
Test: gd/cert/run

Change-Id: I28a5b508b11446f0a3edee96ede0481df919520d
parent aee68cad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@
#include "btif_keystore.h"
#include "btif_metrics_logging.h"
#include "btif_storage.h"
#include "btsnoop_mem.h"
#include "common/address_obfuscator.h"
#include "common/metric_id_allocator.h"
#include "common/metrics.h"
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <base/logging.h>

#include "bt_common.h"
#include "bt_target.h"
#include "check.h"
#include "hci/include/buffer_allocator.h"

+1 −1
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@
#include <string.h>

#include "bt_types.h"
#include "buffer_allocator.h"
#include "check.h"
#include "hci/include/buffer_allocator.h"
#include "hci_layer.h"
#include "osi/include/allocator.h"
#include "osi/include/list.h"
+1 −2
Original line number Diff line number Diff line
@@ -38,15 +38,14 @@
#include "btcore/include/module.h"
#include "btif/include/btif_bqr.h"
#include "btsnoop.h"
#include "buffer_allocator.h"
#include "check.h"
#include "common/message_loop_thread.h"
#include "common/metrics.h"
#include "common/once_timer.h"
#include "common/stop_watch_legacy.h"
#include "hci/include/buffer_allocator.h"
#include "hci_inject.h"
#include "hci_internals.h"
#include "hcidefs.h"
#include "hcimsgs.h"
#include "main/shim/shim.h"
#include "osi/include/alarm.h"
+1 −1
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@
#include <base/location.h>
#include <base/logging.h>

#include "buffer_allocator.h"
#include "check.h"
#include "common/stop_watch_legacy.h"
#include "hci/include/buffer_allocator.h"
#include "osi/include/log.h"

#define LOG_PATH "/data/misc/bluetooth/logs/firmware_events.log"
Loading