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

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

legacy: Cononically include hci/include/buffer_allocator

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

Change-Id: I7e8b937350ea4b700ec341cc4e9ddeb6fc83efe8
parent ca420a0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@
#include <base/logging.h>

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

static void* buffer_alloc(size_t size) {
  CHECK(size <= BT_DEFAULT_BUFFER_SIZE);
+1 −1
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@
#include <base/logging.h>

#include "bt_types.h"
#include "buffer_allocator.h"
#include "check.h"
#include "hci/include/buffer_allocator.h"
#include "hci_internals.h"
#include "hci_layer.h"
#include "hci_packet_factory.h"
+1 −1
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@

#include <base/logging.h>

#include "buffer_allocator.h"
#include "check.h"
#include "hci/include/buffer_allocator.h"
#include "hci_layer.h"
#include "hcimsgs.h"
#include "osi/include/log.h"
+1 −1
Original line number Diff line number Diff line
@@ -25,9 +25,9 @@
#include <unordered_map>

#include "bt_target.h"
#include "buffer_allocator.h"
#include "check.h"
#include "device/include/controller.h"
#include "hci/include/buffer_allocator.h"
#include "hci_internals.h"
#include "osi/include/log.h"
#include "osi/include/osi.h"