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/op_helper.c | |
parent | 7ad757b29b5096ae100d646c584036b4892c9be5 (diff) |
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/op_helper.c')
-rw-r--r-- | target-i386/op_helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |