summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-05-06 20:20:34 -0700
committerMathias Agopian <mathias@google.com>2013-05-07 17:09:46 -0700
commit1f5762e646bed2290934280464832782766ee68e (patch)
tree123bcdf3ba4c98f885631b02bb90803b7885e438 /cmds
parent9f3e1175657425115e863fdb256b83cadedc33e9 (diff)
downloadframeworks_base-1f5762e646bed2290934280464832782766ee68e.zip
frameworks_base-1f5762e646bed2290934280464832782766ee68e.tar.gz
frameworks_base-1f5762e646bed2290934280464832782766ee68e.tar.bz2
libutils clean-up
Change-Id: I11ee943da23a66828455a9770fc3c5ceb4bbcaa9
Diffstat (limited to 'cmds')
-rw-r--r--cmds/system_server/library/system_init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/system_server/library/system_init.cpp b/cmds/system_server/library/system_init.cpp
index 745c34a..ca84692 100644
--- a/cmds/system_server/library/system_init.cpp
+++ b/cmds/system_server/library/system_init.cpp
@@ -11,7 +11,7 @@
#include <binder/IPCThreadState.h>
#include <binder/ProcessState.h>
#include <binder/IServiceManager.h>
-#include <utils/TextOutput.h>
+#include <binder/TextOutput.h>
#include <utils/Log.h>
#include <SurfaceFlinger.h>