summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-06-01 14:30:08 -0700
committerMathias Agopian <mathias@google.com>2009-06-01 14:30:08 -0700
commit5fbcaf9a90ca57b81739112c20859ef55fe18336 (patch)
treecdd7a0e4967e4b4c03a1d2b82dd970a295c8c05f /cmds
parent4398876d6ec2dd3102acb3da4980f8e53243d372 (diff)
parent1f4c2951f1d448b91dba76fdaad09fe8aefeed04 (diff)
downloadframeworks_base-5fbcaf9a90ca57b81739112c20859ef55fe18336.zip
frameworks_base-5fbcaf9a90ca57b81739112c20859ef55fe18336.tar.gz
frameworks_base-5fbcaf9a90ca57b81739112c20859ef55fe18336.tar.bz2
Merge commit 'goog/master' into merge_master
Diffstat (limited to 'cmds')
-rw-r--r--cmds/runtime/main_runtime.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmds/runtime/main_runtime.cpp b/cmds/runtime/main_runtime.cpp
index 6ae3a5c..21e0e4d 100644
--- a/cmds/runtime/main_runtime.cpp
+++ b/cmds/runtime/main_runtime.cpp
@@ -7,7 +7,9 @@
#include "ServiceManager.h"
#include "SignalHandler.h"
-#include <utils.h>
+#include <utils/threads.h>
+#include <utils/Errors.h>
+
#include <binder/IPCThreadState.h>
#include <binder/ProcessState.h>
#include <utils/Log.h>