]> git.proxmox.com Git - mirror_qemu.git/commitdiff
memory_mapping: Rework cpu related includes
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>
Sun, 7 Jun 2015 21:59:09 +0000 (14:59 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 26 Jun 2015 14:00:50 +0000 (16:00 +0200)
This makes it more consistent with all other core code files, which
either just rely on qemu-common.h inclusion or precede cpu.h with
qemu-common.h.

cpu-all.h should not be included in addition to cpu.h. Remove it.

Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Message-Id: <1433714349-7262-1-git-send-email-crosthwaite.peter@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
memory_mapping.c

index 7b69801cb822ce23f946b899dccf08b131cb9f5e..36d6b26046eef223125bcd2d76e6e360c96a8eb2 100644 (file)
@@ -13,8 +13,8 @@
 
 #include <glib.h>
 
+#include "qemu-common.h"
 #include "cpu.h"
-#include "exec/cpu-all.h"
 #include "sysemu/memory_mapping.h"
 #include "exec/memory.h"
 #include "exec/address-spaces.h"