summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorSeokYeon Hwang <syeon.hwang@samsung.com>2014-07-09 13:40:43 +0900
committerSeokYeon Hwang <syeon.hwang@samsung.com>2014-07-09 13:40:43 +0900
commit876ad74c71bad1e16e03dcf10e371792739a15fe (patch)
treee36b3e3e82c975981ef07d609086e5953acef783 /util
parent653c3c171374b1ad1a0d9060241f98664a709ed1 (diff)
downloadqemu-876ad74c71bad1e16e03dcf10e371792739a15fe.tar.gz
qemu-876ad74c71bad1e16e03dcf10e371792739a15fe.tar.bz2
qemu-876ad74c71bad1e16e03dcf10e371792739a15fe.zip
emulator: clean-up some headers and sources
Rename "maru_common.h" to "emulator_common.h". Remove unnecessary headers. Remove "guest_debug.h". Change-Id: I98b4fcf5c3205e4a537685a168f761a749dbd34b Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Diffstat (limited to 'util')
-rw-r--r--util/oslib-posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/oslib-posix.c b/util/oslib-posix.c
index c2bd47c2fb..f7a8325459 100644
--- a/util/oslib-posix.c
+++ b/util/oslib-posix.c
@@ -68,7 +68,7 @@ extern int daemon(int, int);
#endif
#ifdef CONFIG_MARU
-#include "../../tizen/src/maru_common.h"
+#include "../../tizen/src/emulator_common.h"
#endif
int qemu_get_thread_id(void)