summaryrefslogtreecommitdiff
path: root/osdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep.c')
-rw-r--r--osdep.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/osdep.c b/osdep.c
index 824120f7d6..04e98f0b29 100644
--- a/osdep.c
+++ b/osdep.c
@@ -33,9 +33,6 @@
#include <sys/statvfs.h>
#endif
-#include "qemu-common.h"
-#include "sysemu.h"
-
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
@@ -45,6 +42,8 @@
#include <malloc.h>
#endif
+#include "qemu-common.h"
+#include "sysemu.h"
#include "qemu_socket.h"
#if defined(_WIN32)