summaryrefslogtreecommitdiffstats
path: root/libs/binder/Parcel.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/Parcel.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/Parcel.cpp')
-rw-r--r--libs/binder/Parcel.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp
index 8f7f7e7..aa19d17 100644
--- a/libs/binder/Parcel.cpp
+++ b/libs/binder/Parcel.cpp
@@ -22,12 +22,13 @@
#include <binder/IPCThreadState.h>
#include <binder/Binder.h>
#include <binder/BpBinder.h>
-#include <utils/Debug.h>
#include <binder/ProcessState.h>
+#include <binder/TextOutput.h>
+
+#include <utils/Debug.h>
#include <utils/Log.h>
#include <utils/String8.h>
#include <utils/String16.h>
-#include <utils/TextOutput.h>
#include <utils/misc.h>
#include <utils/Flattenable.h>
#include <cutils/ashmem.h>