From aaff325854ce2e5a6776058d1fae2b166b962e5b Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Sat, 6 Mar 2021 00:26:09 +0000 Subject: libbinder: hide Debug.h header This is all an implementation detail for TextOutput which we want to delete anyway. Since I'm working on binder sockets (and I don't want to expand the usage of alog), I might add some other functions here, which I don't want to expose from libbinder. Bug: 148676615 Bug: 167966510 Test: N/A Change-Id: Id5677c9ac195dac046becc5d36b02bbdd1f7c339 --- libs/binder/BufferedTextOutput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/binder/BufferedTextOutput.cpp') diff --git a/libs/binder/BufferedTextOutput.cpp b/libs/binder/BufferedTextOutput.cpp index 88c85bfadc..349658ecfa 100644 --- a/libs/binder/BufferedTextOutput.cpp +++ b/libs/binder/BufferedTextOutput.cpp @@ -15,7 +15,6 @@ */ #include "BufferedTextOutput.h" -#include #include #include @@ -26,6 +25,7 @@ #include #include +#include "Debug.h" #include "Static.h" // --------------------------------------------------------------------------- -- cgit v1.2.3-59-g8ed1b