From 7f579e272f25ec24f8bfeae4a55f9e4f3de461a9 Mon Sep 17 00:00:00 2001 From: David Hildenbrand Date: Wed, 13 Sep 2017 15:23:56 +0200 Subject: exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly All but a handful of files include exec/cpu-all.h via cpu.h only. As these files already include cpu.h, let's just drop the additional include. Reviewed-by: Thomas Huth Signed-off-by: David Hildenbrand Message-Id: <20170913132417.24384-2-david@redhat.com> Signed-off-by: Cornelia Huck --- target/s390x/arch_dump.c | 1 - 1 file changed, 1 deletion(-) (limited to 'target/s390x/arch_dump.c') diff --git a/target/s390x/arch_dump.c b/target/s390x/arch_dump.c index 9b0bf92..6f61ff9 100644 --- a/target/s390x/arch_dump.c +++ b/target/s390x/arch_dump.c @@ -15,7 +15,6 @@ #include "cpu.h" #include "internal.h" #include "elf.h" -#include "exec/cpu-all.h" #include "sysemu/dump.h" -- cgit v1.1