summaryrefslogtreecommitdiffstats
path: root/cmds/runtime/main_runtime.cpp
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-11-15 12:06:20 -0800
committerJean-Baptiste Queru <jbq@google.com>2009-11-15 12:06:23 -0800
commitdaeaa536fab8f9a71227578aab212fa5d4daaf00 (patch)
tree1de0bdf145436d2ce71bb665124fc24871ace417 /cmds/runtime/main_runtime.cpp
parent4511f47c50b39b02eb04eaac8e6a660c29ea8444 (diff)
parentcc8c35cee5de7fdf2d79a1a3716120b64301cdfe (diff)
downloadframeworks_native-daeaa536fab8f9a71227578aab212fa5d4daaf00.zip
frameworks_native-daeaa536fab8f9a71227578aab212fa5d4daaf00.tar.gz
frameworks_native-daeaa536fab8f9a71227578aab212fa5d4daaf00.tar.bz2
merge from eclair
Diffstat (limited to 'cmds/runtime/main_runtime.cpp')
-rw-r--r--cmds/runtime/main_runtime.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/cmds/runtime/main_runtime.cpp b/cmds/runtime/main_runtime.cpp
index 476f38a..21e0e4d 100644
--- a/cmds/runtime/main_runtime.cpp
+++ b/cmds/runtime/main_runtime.cpp
@@ -7,9 +7,11 @@
#include "ServiceManager.h"
#include "SignalHandler.h"
-#include <utils.h>
-#include <utils/IPCThreadState.h>
-#include <utils/ProcessState.h>
+#include <utils/threads.h>
+#include <utils/Errors.h>
+
+#include <binder/IPCThreadState.h>
+#include <binder/ProcessState.h>
#include <utils/Log.h>
#include <cutils/zygote.h>