From: Peter Crosthwaite Date: Sun, 7 Jun 2015 21:59:09 +0000 (-0700) Subject: memory_mapping: Rework cpu related includes X-Git-Tag: v2.4.0-rc0~20^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94beb661bd90bcb477eed6d3b07aced988c40163;p=thirdparty%2Fqemu.git memory_mapping: Rework cpu related includes 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 Message-Id: <1433714349-7262-1-git-send-email-crosthwaite.peter@gmail.com> Signed-off-by: Paolo Bonzini --- diff --git a/memory_mapping.c b/memory_mapping.c index 7b69801cb82..36d6b26046e 100644 --- a/memory_mapping.c +++ b/memory_mapping.c @@ -13,8 +13,8 @@ #include +#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"