aboutsummaryrefslogtreecommitdiff
path: root/tcg
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2016-09-13 15:45:39 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2016-09-15 15:32:22 +0300
commit347519eb9d68303a6c23a7663c0fa6c20a225191 (patch)
tree54b32cc60925b18806a2c794e1b763aaba79ae4b /tcg
parentd41f3c3cc7a5fb9de144cc4022da14a9ff010671 (diff)
tcg: Remove duplicate header includes
host-utils.h and timer.h are included twice in tcg.c. One time should be enough. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tcg')
-rw-r--r--tcg/tcg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/tcg.c b/tcg/tcg.c
index 42417bdc92..c450c6273b 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -40,8 +40,6 @@
#define NO_CPU_IO_DEFS
#include "cpu.h"
-#include "qemu/host-utils.h"
-#include "qemu/timer.h"
#include "exec/cpu-common.h"
#include "exec/exec-all.h"