summaryrefslogtreecommitdiffstats
path: root/cmds/system_server
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-19 19:08:10 -0700
committerMathias Agopian <mathias@google.com>2009-05-20 12:55:03 -0700
commit0795272aa226f4e965968a03daddc53ce30b7cda (patch)
tree6b4e8ba5e57c5dcf2dd770c24e14c43eda42fdd7 /cmds/system_server
parent25ba5b6564224dceefa086b5c439ef28dad530ca (diff)
downloadframeworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.zip
frameworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.tar.gz
frameworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.tar.bz2
move libbinder's header files under includes/binder
Diffstat (limited to 'cmds/system_server')
-rw-r--r--cmds/system_server/library/system_init.cpp6
-rw-r--r--cmds/system_server/system_main.cpp2
2 files changed, 4 insertions, 4 deletions
diff --git a/cmds/system_server/library/system_init.cpp b/cmds/system_server/library/system_init.cpp
index 73b23e2..ea78461 100644
--- a/cmds/system_server/library/system_init.cpp
+++ b/cmds/system_server/library/system_init.cpp
@@ -8,9 +8,9 @@
#define LOG_TAG "sysproc"
-#include <utils/IPCThreadState.h>
-#include <utils/ProcessState.h>
-#include <utils/IServiceManager.h>
+#include <binder/IPCThreadState.h>
+#include <binder/ProcessState.h>
+#include <binder/IServiceManager.h>
#include <utils/TextOutput.h>
#include <utils/Log.h>
diff --git a/cmds/system_server/system_main.cpp b/cmds/system_server/system_main.cpp
index ca16e57..543f650 100644
--- a/cmds/system_server/system_main.cpp
+++ b/cmds/system_server/system_main.cpp
@@ -9,7 +9,7 @@
#define LOG_TAG "sysproc"
-#include <utils/IPCThreadState.h>
+#include <binder/IPCThreadState.h>
#include <utils/Log.h>
#include <private/android_filesystem_config.h>