Merging.....
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 9 Jul 2013 08:01:50 +0000 (17:01 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 9 Jul 2013 08:01:50 +0000 (17:01 +0900)
Change-Id: I01a183cc782d5266abc1bf782a5ac86bc2f4b3dd
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/skin/maruskin_operation.c

index 520e8c5..41ab491 100644 (file)
  *
  */
 
-
-#include "maru_common.h"
-
 #include <unistd.h>
 #include <stdio.h>
 #include <pthread.h>
+
+#include "qemu/sockets.h"
+#include "sysemu/sysemu.h"
+#include "hw/sysbus.h"
+
+#include "maru_common.h"
 #include "maruskin_operation.h"
 #include "hw/maru_brightness.h"
 #include "hw/maru_virtio_hwkey.h"
 #include "emulator.h"
 #include "debug_ch.h"
 #include "sdb.h"
-#include "qemu_socket.h"
 #include "mloop_event.h"
 #include "emul_state.h"
 #include "maruskin_keymap.h"
 #include "maruskin_server.h"
 #include "emul_state.h"
 #include "hw/maru_pm.h"
-#include "sysemu.h"
-#include "sysbus.h"
 
 #ifdef CONFIG_HAX
 #include "guest_debug.h"