From 31983ae9b1d6dedaa3e8494b94971489414739c1 Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Thu, 28 Jan 2021 10:58:43 -0800 Subject: [PATCH] Re-include bta/include/bta_pan_ci Include what you use Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ia7d845083f598063b76155bc807154b5743cffeb --- bta/include/bta_pan_ci.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bta/include/bta_pan_ci.h b/bta/include/bta_pan_ci.h index afc63771c..670188914 100644 --- a/bta/include/bta_pan_ci.h +++ b/bta/include/bta_pan_ci.h @@ -24,7 +24,9 @@ #ifndef BTA_PAN_CI_H #define BTA_PAN_CI_H -#include "bta_pan_api.h" +#include + +#include "bta/include/bta_pan_api.h" /***************************************************************************** * Function Declarations -- 2.11.0