From a9d2f1bd1014062cdb17ca2d0fc9bc0484fe9bda Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Thu, 28 Jan 2021 10:58:50 -0800 Subject: [PATCH] Re-include bta/include/bta_pan_co Include what you use Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: Id8d795adf818ed9bc3f6570d013c246c74e03559 --- bta/include/bta_pan_co.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bta/include/bta_pan_co.h b/bta/include/bta_pan_co.h index 1444a71f8..86baff01d 100644 --- a/bta/include/bta_pan_co.h +++ b/bta/include/bta_pan_co.h @@ -24,7 +24,9 @@ #ifndef BTA_PAN_CO_H #define BTA_PAN_CO_H -#include "bta_pan_api.h" +#include + +#include "bta/include/bta_pan_api.h" /***************************************************************************** * Constants -- 2.11.0