mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
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:
parent
d41f3c3cc7
commit
347519eb9d
1 changed files with 0 additions and 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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue