summaryrefslogtreecommitdiff
path: root/target-i386/helper.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-02-01 20:54:13 +0100
committerStefan Weil <sw@weilnetz.de>2012-02-28 22:33:42 +0100
commit727d6bff27a176f12180149edffb3c52f07132c8 (patch)
tree77d232c1b0724000efaf171e5b886a8cbfc6303d /target-i386/helper.c
parent7ad757b29b5096ae100d646c584036b4892c9be5 (diff)
downloadqemu-727d6bff27a176f12180149edffb3c52f07132c8.tar.gz
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/helper.c')
-rw-r--r--target-i386/helper.c6
1 files changed, 0 insertions, 6 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"