Hide TextOutput.
Avoid additional users.
Removing these completely is infeasible/not worth it for now for
libbinder, and it's important to keep libbinder/libhwbinder at least
somewhat close to each other. If saving this memory becomes important
here or if we remove this from libbinder, this ensures that no
additional work will be needed.
Bug: 148676615
Test: N/A
Change-Id: I8fd2c2c21bfc5ab47c362cdad93de9a432591a50
diff --git a/BufferedTextOutput.cpp b/BufferedTextOutput.cpp
index 5addba4..3bca2b7 100644
--- a/BufferedTextOutput.cpp
+++ b/BufferedTextOutput.cpp
@@ -16,7 +16,6 @@
#define LOG_TAG "hw-BufferedTextOutput"
-#include <hwbinder/BufferedTextOutput.h>
#include <hwbinder/Debug.h>
#include <cutils/atomic.h>
@@ -25,6 +24,7 @@
#include <utils/RefBase.h>
#include <utils/Vector.h>
+#include "BufferedTextOutput.h"
#include <hwbinder/Static.h>
#include <pthread.h>