Avoid duplicated definitions: move common definitions from exec-all.h
[qemu] / darwin-user / qemu.h
index 4d7713b..41b57f8 100644 (file)
@@ -1,13 +1,13 @@
 #ifndef GEMU_H
 #define GEMU_H
 
-#include "thunk.h"
-
 #include <signal.h>
 #include <string.h>
 
 #include "cpu.h"
 
+#include "thunk.h"
+
 #include "gdbstub.h"
 
 typedef siginfo_t target_siginfo_t;