qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] tcg: Remove duplicate header includes


From: Thomas Huth
Subject: [Qemu-trivial] [PATCH] tcg: Remove duplicate header includes
Date: Tue, 13 Sep 2016 15:45:39 +0200

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

Signed-off-by: Thomas Huth <address@hidden>
---
 tcg/tcg.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tcg/tcg.c b/tcg/tcg.c
index 42417bd..c450c62 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"
 
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]