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>
This commit is contained in:
Thomas Huth 2016-09-13 15:45:39 +02:00 committed by Michael Tokarev
parent d41f3c3cc7
commit 347519eb9d
1 changed files with 0 additions and 2 deletions

View File

@ -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"