From b581d4033f5f30611bef66b39b29e95153f14975 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Mon, 26 Feb 2018 02:29:31 -0500 Subject: [PATCH] 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 --- qemu/tcg/tcg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/qemu/tcg/tcg.c b/qemu/tcg/tcg.c index c5c9b8ee..5e6f60fb 100644 --- a/qemu/tcg/tcg.c +++ b/qemu/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"