All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] tcg: Remove duplicate header includes
@ 2016-09-13 13:45 Thomas Huth
  2016-09-14  5:33 ` Michael Tokarev
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2016-09-13 13:45 UTC (permalink / raw)
  To: Richard Henderson, qemu-devel; +Cc: qemu-trivial

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] tcg: Remove duplicate header includes
  2016-09-13 13:45 [Qemu-devel] [PATCH] tcg: Remove duplicate header includes Thomas Huth
@ 2016-09-14  5:33 ` Michael Tokarev
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2016-09-14  5:33 UTC (permalink / raw)
  To: Thomas Huth, Richard Henderson, qemu-devel; +Cc: qemu-trivial

Applied to -trivial, thank you!

/mjt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-14  5:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-13 13:45 [Qemu-devel] [PATCH] tcg: Remove duplicate header includes Thomas Huth
2016-09-14  5:33 ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.