]> git.proxmox.com Git - qemu.git/blobdiff - dump.c
w32: Fix broken build (missing include file)
[qemu.git] / dump.c
diff --git a/dump.c b/dump.c
index f5c72833a3c6e41026dcdc48384acf86b56d3ac1..4412d7a3bafa453ec6500619533cfbcffdc333a5 100644 (file)
--- a/dump.c
+++ b/dump.c
  */
 
 #include "qemu-common.h"
-#include <unistd.h>
 #include "elf.h"
-#include <sys/procfs.h>
-#include <glib.h>
 #include "cpu.h"
 #include "cpu-all.h"
 #include "targphys.h"
@@ -23,7 +20,6 @@
 #include "kvm.h"
 #include "dump.h"
 #include "sysemu.h"
-#include "bswap.h"
 #include "memory_mapping.h"
 #include "error.h"
 #include "qmp-commands.h"