From: Stefan Weil Date: Thu, 2 Feb 2012 20:40:37 +0000 (+0100) Subject: target-ppc: Clean includes X-Git-Tag: v1.1-rc0~283^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=550a82ec32c1afe6518bfbe8c811d34d85518cdc;p=thirdparty%2Fqemu.git target-ppc: Clean includes Remove some include statements which are not needed. Acked-by: Alexander Graf Signed-off-by: Stefan Weil --- diff --git a/target-ppc/helper.c b/target-ppc/helper.c index 928fbcf3cbe..bb76a8b9e0d 100644 --- a/target-ppc/helper.c +++ b/target-ppc/helper.c @@ -16,15 +16,9 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see . */ -#include -#include -#include -#include -#include #include "cpu.h" #include "helper_regs.h" -#include "qemu-common.h" #include "kvm.h" #include "kvm_ppc.h" #include "cpus.h" diff --git a/target-ppc/translate.c b/target-ppc/translate.c index b2780dbe558..8573e1f7752 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -17,16 +17,10 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see . */ -#include -#include -#include -#include -#include #include "cpu.h" #include "disas.h" #include "tcg-op.h" -#include "qemu-common.h" #include "host-utils.h" #include "helper.h"