summaryrefslogtreecommitdiffstats
path: root/libs/binder/IPCThreadState.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-05-06 20:20:50 -0700
committerMathias Agopian <mathias@google.com>2013-05-07 18:28:11 -0700
commit002e1e58dfe19dd3e49a59c6827cbf51573941a2 (patch)
tree6dc444d7f05aa0512e3c97344d86ee0264daf869 /libs/binder/IPCThreadState.cpp
parentb4f1a027cbadd4cd07341f60f859ae34643b68ae (diff)
downloadframeworks_native-002e1e58dfe19dd3e49a59c6827cbf51573941a2.zip
frameworks_native-002e1e58dfe19dd3e49a59c6827cbf51573941a2.tar.gz
frameworks_native-002e1e58dfe19dd3e49a59c6827cbf51573941a2.tar.bz2
libutils clean-up
Change-Id: I6ff4cfc736751de2912c697f954e45e275f2d386
Diffstat (limited to 'libs/binder/IPCThreadState.cpp')
-rw-r--r--libs/binder/IPCThreadState.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp
index 6e83faa..2780d9a 100644
--- a/libs/binder/IPCThreadState.cpp
+++ b/libs/binder/IPCThreadState.cpp
@@ -20,10 +20,11 @@
#include <binder/Binder.h>
#include <binder/BpBinder.h>
+#include <binder/TextOutput.h>
+
#include <cutils/sched_policy.h>
#include <utils/Debug.h>
#include <utils/Log.h>
-#include <utils/TextOutput.h>
#include <utils/threads.h>
#include <private/binder/binder_module.h>