Change-Id: Ia597584dba038602776866fc2caa738c8b3cca59
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
#include "osutil.h"
#include "emulator.h"
#include "emul_state.h"
-#include "debug_ch.h"
#include "maru_err_table.h"
#include "sdb.h"
+#include "emulator_options.h"
#ifndef CONFIG_DARWIN
#error
#include <sys/sysctl.h>
#include <SystemConfiguration/SystemConfiguration.h>
+#include "debug_ch.h"
MULTI_DEBUG_CHANNEL(qemu, osutil);
static int g_shmid;
#include "osutil.h"
#include "emulator.h"
#include "emul_state.h"
-#include "debug_ch.h"
#include "maru_err_table.h"
#include "sdb.h"
+#include "emulator_options.h"
#ifndef CONFIG_WIN32
#error
#include <windows.h>
+#include "debug_ch.h"
MULTI_DEBUG_CHANNEL (emulator, osutil);
static HANDLE g_hMapFile;