diff options
| author | Thomas Huth | 2016-09-13 15:45:39 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2016-09-15 14:32:22 +0200 |
| commit | 347519eb9d68303a6c23a7663c0fa6c20a225191 (patch) | |
| tree | 54b32cc60925b18806a2c794e1b763aaba79ae4b /tcg | |
| parent | Remove remainders of HPPA backend (diff) | |
| download | qemu-347519eb9d68303a6c23a7663c0fa6c20a225191.tar.gz qemu-347519eb9d68303a6c23a7663c0fa6c20a225191.tar.xz qemu-347519eb9d68303a6c23a7663c0fa6c20a225191.zip | |
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.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" |
