diff options
| author | 2020-01-31 20:58:37 +0000 | |
|---|---|---|
| committer | 2020-01-31 20:58:37 +0000 | |
| commit | 94396be999f854fff9e29a7ffa8aae18a0fd4e71 (patch) | |
| tree | 7e442f68e0d7189dedc1e50eb8a486ede8c06a5b /libs/binder/BufferedTextOutput.cpp | |
| parent | a046c9652a1937ace04734c1b5fcb96b99b564d4 (diff) | |
| parent | cbfa62e1a128c85104417d1ec1233fa67f8766f7 (diff) | |
Merge "libbinder: hide BufferedTextOutput.h" am: 1225b8141c am: cbfa62e1a1
Change-Id: I7e07186332ef3b0881d971257a2aa078c6e6170c
Diffstat (limited to 'libs/binder/BufferedTextOutput.cpp')
| -rw-r--r-- | libs/binder/BufferedTextOutput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/BufferedTextOutput.cpp b/libs/binder/BufferedTextOutput.cpp index fb424fdcfb..856a178f58 100644 --- a/libs/binder/BufferedTextOutput.cpp +++ b/libs/binder/BufferedTextOutput.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include <binder/BufferedTextOutput.h> +#include "BufferedTextOutput.h" #include <binder/Debug.h> #include <cutils/atomic.h> |