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

Commit 928cf290 authored by Chris Manton's avatar Chris Manton
Browse files

Properly include stack::sdp_device_id

Bug: 309512879
Test: m .

Change-Id: I5fd1a60dae87a57448e8f10c7fcbbf6cc79928cd
parent 1e56e480
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,12 +33,12 @@

#include "bt_target.h"  // Must be first to define build configuration
#include "bta_api_data_types.h"
#include "osi/include/log.h"
#include "os/log.h"
#include "stack/include/bt_name.h"
#include "stack/include/btm_api_types.h"
#include "stack/include/btm_ble_api_types.h"
#include "stack/include/hci_error_code.h"
#include "stack/include/sdp_api.h"
#include "stack/include/sdp_device_id.h"
#include "types/ble_address_with_type.h"
#include "types/bluetooth/uuid.h"
#include "types/bt_transport.h"
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include <cstdint>

#include "bt_target.h"
#include "stack/include/sdp_status.h"

/* Device Identification (DI) data structure
 */