aboutsummaryrefslogtreecommitdiff
path: root/tcg
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-02-24 09:51:24 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2012-02-24 09:51:24 -0600
commit85f38553031b1a6e07f786c9ab0d403af7252b4f (patch)
tree4d9c0efac9343b2073732b368860f894e672a9b5 /tcg
parent18ac5499584319ef828c7da4c6223f818dde0234 (diff)
parentf293d8b1f26953ccaef794785cea0619d4f8c268 (diff)
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches: slirp/misc: fix gcc __warn_memset_zero_len warnings vl.c: Increase width of machine name column in "-M ?" output tcg: Remove unneeded include statements
Diffstat (limited to 'tcg')
-rw-r--r--tcg/tcg.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tcg/tcg.c b/tcg/tcg.c
index d43fa4a9b3..351a0a3033 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -33,18 +33,6 @@
#define NDEBUG
#endif
-#include <stdarg.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <inttypes.h>
-#ifdef _WIN32
-#include <malloc.h>
-#endif
-#ifdef _AIX
-#include <alloca.h>
-#endif
-
#include "qemu-common.h"
#include "cache-utils.h"
#include "host-utils.h"