]> git.proxmox.com Git - mirror_qemu.git/blobdiff - osdep.c
Sparse fixes: NULL use, header order, ANSI prototypes, static
[mirror_qemu.git] / osdep.c
diff --git a/osdep.c b/osdep.c
index 824120f7d662dbfea019e6528ee7e607e6cb4aef..04e98f0b297fe597c70718d5f0a121d26e860533 100644 (file)
--- 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)