diff options
author | Thomas Huth <thuth@redhat.com> | 2016-09-13 15:45:39 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-09-15 15:32:22 +0300 |
commit | 347519eb9d68303a6c23a7663c0fa6c20a225191 (patch) | |
tree | 54b32cc60925b18806a2c794e1b763aaba79ae4b /tcg/tcg.c | |
parent | d41f3c3cc7a5fb9de144cc4022da14a9ff010671 (diff) | |
download | qemu-347519eb9d68303a6c23a7663c0fa6c20a225191.zip qemu-347519eb9d68303a6c23a7663c0fa6c20a225191.tar.gz qemu-347519eb9d68303a6c23a7663c0fa6c20a225191.tar.bz2 |
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/tcg.c')
-rw-r--r-- | tcg/tcg.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |