From: Stefan Weil Date: Wed, 1 Feb 2012 19:54:13 +0000 (+0100) Subject: target-i386: Clean includes X-Git-Tag: v1.1-rc0~283^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=727d6bff27a176f12180149edffb3c52f07132c8;p=thirdparty%2Fqemu.git target-i386: Clean includes Remove some include statements which are not needed. Signed-off-by: Stefan Weil --- diff --git a/target-i386/helper.c b/target-i386/helper.c index 2586aff700d..87c6a8f7d98 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -16,14 +16,8 @@ * 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 "qemu-common.h" #include "kvm.h" #ifndef CONFIG_USER_ONLY #include "sysemu.h" diff --git a/target-i386/op_helper.c b/target-i386/op_helper.c index 2aea71bf85e..63a08d6d9a9 100644 --- a/target-i386/op_helper.c +++ b/target-i386/op_helper.c @@ -22,7 +22,6 @@ #include "dyngen-exec.h" #include "host-utils.h" #include "ioport.h" -#include "qemu-common.h" #include "qemu-log.h" #include "cpu-defs.h" #include "helper.h"