tcg: Remove duplicate header includes

host-utils.h and timer.h are included twice in tcg.c.
One time should be enough.

Backports commit 347519eb9d68303a6c23a7663c0fa6c20a225191 from qemu
This commit is contained in:
Thomas Huth 2018-02-26 02:29:31 -05:00 committed by Lioncash
parent 1ff9724b46
commit b581d4033f
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

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"