summaryrefslogtreecommitdiff
path: root/libs/binder/TextOutput.cpp
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2021-03-08 19:07:04 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-03-08 19:07:04 +0000
commit62c950a8afc4e4d048e6bb612cd0056ff7948557 (patch)
tree7be95ad124823bb73117068c41bf26b1cd527190 /libs/binder/TextOutput.cpp
parent2090f2f540c2244d9811cf960248edf7ea60d026 (diff)
parent39a778379f1f1d69194472028d9332731ee63258 (diff)
Merge "libbinder: hide Debug.h header" am: 5dc18f28e3 am: 39a778379f
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1622102 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If6bc6070ecc4d6171e4615a4024a08740fb9a08f
Diffstat (limited to 'libs/binder/TextOutput.cpp')
-rw-r--r--libs/binder/TextOutput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/TextOutput.cpp b/libs/binder/TextOutput.cpp
index 684a7dcc51..a0ade50efb 100644
--- a/libs/binder/TextOutput.cpp
+++ b/libs/binder/TextOutput.cpp
@@ -16,7 +16,7 @@
#include <binder/TextOutput.h>
-#include <binder/Debug.h>
+#include "Debug.h"
#include <utils/String8.h>
#include <utils/String16.h>