commit | e0c322049ab2be291c1fc40f79702543d4e77934 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Sun May 31 19:13:00 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Sun May 31 19:13:00 2009 -0700 |
tree | e3e672f4f4fdd72b465cc0f39fb95c7711814122 | |
parent | d07f2a523f43051a681683657f7c0da2c49f46a4 [diff] [blame] |
get rid of utils.h
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>