Skip to content
Snippets Groups Projects
Commit c6c53b68 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Re-include some stack/include

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

Change-Id: Ifd552e94157287a54d4618459abc5ece07aff0ef
parent d821f156
No related branches found
No related tags found
No related merge requests found
...@@ -23,11 +23,12 @@ ...@@ -23,11 +23,12 @@
#ifndef A2DP_API_H #ifndef A2DP_API_H
#define A2DP_API_H #define A2DP_API_H
#include <inttypes.h> #include <cstdint>
#include "a2dp_constants.h" #include "stack/include/a2dp_constants.h"
#include "a2dp_error_codes.h" #include "stack/include/a2dp_error_codes.h"
#include "sdp_api.h" #include "stack/include/sdp_api.h"
#include "types/raw_address.h"
/***************************************************************************** /*****************************************************************************
* constants * constants
......
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
#ifndef AVRC_API_H #ifndef AVRC_API_H
#define AVRC_API_H #define AVRC_API_H
#include "avct_api.h"
#include "avrc_defs.h"
#include "bt_target.h"
#include "sdp_api.h"
#include <base/callback.h> #include <base/callback.h>
#include "bt_target.h"
#include "stack/include/avct_api.h"
#include "stack/include/avrc_defs.h"
#include "stack/include/sdp_api.h"
/***************************************************************************** /*****************************************************************************
* constants * constants
****************************************************************************/ ****************************************************************************/
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#ifndef HIDD_API_H #ifndef HIDD_API_H
#define HIDD_API_H #define HIDD_API_H
#include "hiddefs.h" #include "stack/include/hiddefs.h"
#include "sdp_api.h" #include "stack/include/sdp_api.h"
/***************************************************************************** /*****************************************************************************
* Type Definitions * Type Definitions
......
...@@ -25,9 +25,9 @@ ...@@ -25,9 +25,9 @@
#ifndef HIDDEFS_H #ifndef HIDDEFS_H
#define HIDDEFS_H #define HIDDEFS_H
#include <string> #include <cstring>
#include "sdp_api.h" #include "stack/include/sdp_api.h"
/* /*
* tHID_STATUS: HID result codes, returned by HID and device and host functions. * tHID_STATUS: HID result codes, returned by HID and device and host functions.
*/ */
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
#ifndef HIDH_API_H #ifndef HIDH_API_H
#define HIDH_API_H #define HIDH_API_H
#include "hiddefs.h" #include "stack/include/hiddefs.h"
#include "sdp_api.h" #include "stack/include/sdp_api.h"
/***************************************************************************** /*****************************************************************************
* Constants * Constants
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment