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

Commit 8be000da authored by Bailey Forrest's avatar Bailey Forrest Committed by android-build-merger
Browse files

Merge "Fix some includes"

am: 404287a3

Change-Id: I4bdbd6a54e1928856167c570b727b6d28998034d
parents 5b0e5911 404287a3
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -20,12 +20,14 @@

#include "hci_layer.h"

#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>

#include <base/location.h>
#include <base/logging.h>
#include "buffer_allocator.h"
#include "osi/include/log.h"
#include "sys/stat.h"
#include "sys/types.h"

#include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
#include <android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h>