diff options
author | Mathias Agopian <mathias@google.com> | 2009-05-31 19:13:00 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-05-31 19:13:00 -0700 |
commit | 3b4062eeb01be33951ba214e027da523cf09f8b1 (patch) | |
tree | ee621c2fa8a23e61e41626c7bcf79884f0d7555e /cmds/runtime | |
parent | abe00fdee08577eb0fa2e5d220e91317b8f883a8 (diff) | |
download | frameworks_base-3b4062eeb01be33951ba214e027da523cf09f8b1.zip frameworks_base-3b4062eeb01be33951ba214e027da523cf09f8b1.tar.gz frameworks_base-3b4062eeb01be33951ba214e027da523cf09f8b1.tar.bz2 |
get rid of utils.h
Diffstat (limited to 'cmds/runtime')
-rw-r--r-- | cmds/runtime/main_runtime.cpp | 4 |
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> |