summaryrefslogtreecommitdiffstats
path: root/cmds/runtime/main_runtime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/runtime/main_runtime.cpp')
-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>