diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-02-01 20:54:13 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2012-02-28 22:33:42 +0100 |
commit | 727d6bff27a176f12180149edffb3c52f07132c8 (patch) | |
tree | 77d232c1b0724000efaf171e5b886a8cbfc6303d /target-i386 | |
parent | 7ad757b29b5096ae100d646c584036b4892c9be5 (diff) | |
download | qemu-727d6bff27a176f12180149edffb3c52f07132c8.tar.gz qemu-727d6bff27a176f12180149edffb3c52f07132c8.tar.bz2 qemu-727d6bff27a176f12180149edffb3c52f07132c8.zip |
target-i386: Clean includes
Remove some include statements which are not needed.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/helper.c | 6 | ||||
-rw-r--r-- | target-i386/op_helper.c | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c index 2586aff700..87c6a8f7d9 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 <http://www.gnu.org/licenses/>. */ -#include <stdarg.h> -#include <stdlib.h> -#include <stdio.h> -#include <string.h> -#include <inttypes.h> #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 2aea71bf85..63a08d6d9a 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" |