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

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

Re-include bta/gatt/bta_gattc_int

Include what you use

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working

Change-Id: I24b07ed7db7340aa64aa1131c419dace62119a56
parent e1f69ee5
Loading
Loading
Loading
Loading
+7 −9
Original line number Diff line number Diff line
@@ -24,17 +24,15 @@
#ifndef BTA_GATTC_INT_H
#define BTA_GATTC_INT_H

#include "bt_target.h"
#include <cstdint>

#include "bta_gatt_api.h"
#include "bta_sys.h"
#include "database_builder.h"
#include "osi/include/fixed_queue.h"
#include "bt_target.h"  // Must be first to define build configuration

#include "bt_common.h"

#include <base/logging.h>
#include <base/strings/stringprintf.h>
#include "bta/gatt/database.h"
#include "bta/gatt/database_builder.h"
#include "bta/include/bta_gatt_api.h"
#include "bta/sys/bta_sys.h"
#include "stack/include/gatt_api.h"
#include "types/bt_transport.h"

/*****************************************************************************