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

legacy: Properly include various headers

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

Change-Id: I606a2cdf3993803e22070d8b3ac85d7cd58a7aaf
parent f7f8468c
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,9 @@
#include <stdbool.h>
#include <stddef.h>
#include "bt_types.h"
#include <list>
#include <string>
#include <vector>
#include "osi/include/config.h"
#include "types/ble_address_with_type.h"
......
......@@ -19,6 +19,7 @@
#pragma once
#include <stdbool.h>
#include <cstdint>
#include "bt_types.h"
......
......@@ -25,6 +25,7 @@
#include "btcore/include/version.h"
#include "features.h"
#include "osi/include/allocator.h"
#include "types/raw_address.h"
typedef struct {
void (*parse_generic_command_complete)(BT_HDR* response);
......
......@@ -21,6 +21,7 @@
#include "check.h"
#include "gd/common/init_flags.h"
#include "hci/include/btsnoop_mem.h"
#include "stack/include/bt_types.h"
static btsnoop_data_cb data_callback = NULL;
static activity_attribution_cb attribution_callback = NULL;
......
......@@ -19,6 +19,6 @@
#pragma once
#include "bt_target.h"
#include "bt_types.h"
#include "osi/include/allocator.h"
#include "osi/include/compat.h"
#include "stack/include/bt_types.h"
......@@ -22,7 +22,7 @@
******************************************************************************/
#pragma once
#include "bt_types.h"
#include <cstdint>
#define DWORD_BITS 32
#define DWORD_BYTES 4
......
......@@ -34,6 +34,7 @@ extern std::map<std::string, int> mock_function_count_map;
// may need attention to prune the inclusion set.
#include "btif/include/btif_config.h"
#include "types/raw_address.h"
// Mocked compile conditionals, if any
#ifndef UNUSED_ATTR
......
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