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

Commit 04418c97 authored by Chris Manton's avatar Chris Manton
Browse files

Canonicalize include stack::gatt::gatt_api

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

Change-Id: I69dd0bb22521face4c6186e2ddca4b184e47d751
parent af656517
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
 *  this file contains GATT interface functions
 *
 ******************************************************************************/
#include "gatt_api.h"
#include "stack/include/gatt_api.h"

#include <base/logging.h>
#include <base/strings/string_number_conversions.h>
@@ -31,12 +31,12 @@

#include "bt_target.h"
#include "device/include/controller.h"
#include "gatt_int.h"
#include "l2c_api.h"
#include "main/shim/dumpsys.h"
#include "osi/include/allocator.h"
#include "osi/include/log.h"
#include "stack/gatt/connection_manager.h"
#include "stack/gatt/gatt_int.h"
#include "stack/include/bt_hdr.h"
#include "types/bluetooth/uuid.h"
#include "types/bt_transport.h"