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 --- exec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'exec.c') diff --git a/exec.c b/exec.c index d20c34ca83..a25a4c6018 100644 --- a/exec.c +++ b/exec.c @@ -56,7 +56,6 @@ #endif #endif -#include "exec/cpu-all.h" #include "qemu/rcu_queue.h" #include "qemu/main-loop.h" #include "translate-all.h" -- cgit v1.2.1