Re: [Qemu-devel] [PATCH] tcg: Remove duplicate header includes

2016-09-13 Thread Michael Tokarev
Applied to -trivial, thank you! /mjt

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

2016-09-13 Thread Thomas Huth
host-utils.h and timer.h are included twice in tcg.c. One time should be enough. Signed-off-by: Thomas Huth --- 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_