From 05460b74fc63593de18ad5e41f611b81ae861b73 Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Thu, 28 Jan 2021 10:58:58 -0800 Subject: [PATCH] Re-include bta/include/utl Include what you use Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: I1f20157b1ceedca29f9907bf6c278dbe13f07404 --- bta/include/utl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bta/include/utl.h b/bta/include/utl.h index 1f0ea0256..362a35eda 100644 --- a/bta/include/utl.h +++ b/bta/include/utl.h @@ -24,8 +24,7 @@ #ifndef UTL_H #define UTL_H -#include "bt_types.h" -#include "utils/include/bt_utils.h" +#include /***************************************************************************** * Constants -- 2.11.0