From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bk561-0005mV-GL for qemu-devel@nongnu.org; Wed, 14 Sep 2016 03:59:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bk55y-0004YD-Ay for qemu-devel@nongnu.org; Wed, 14 Sep 2016 03:59:05 -0400 From: Michael Tokarev Date: Wed, 14 Sep 2016 10:58:28 +0300 Message-Id: In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PULL 02/27] tcg: Remove duplicate header includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Thomas Huth , qemu-trivial@nongnu.org, Michael Tokarev From: Thomas Huth host-utils.h and timer.h are included twice in tcg.c. One time should be enough. Signed-off-by: Thomas Huth Signed-off-by: Michael Tokarev --- 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" -- 2.1.4