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 | |
| parent | d41f3c3cc7a5fb9de144cc4022da14a9ff010671 (diff) | |
| download | focaccia-qemu-347519eb9d68303a6c23a7663c0fa6c20a225191.tar.gz focaccia-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>
| -rw-r--r-- | tcg/tcg.c | 2 |
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" |