From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5EDZ-0001LN-Kc for qemu-devel@nongnu.org; Tue, 24 May 2016 11:26:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5EDX-0004xJ-Qi for qemu-devel@nongnu.org; Tue, 24 May 2016 11:26:00 -0400 Received: from orth.archaic.org.uk ([2001:8b0:1d0::2]:57204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5EDX-0004x1-K1 for qemu-devel@nongnu.org; Tue, 24 May 2016 11:25:59 -0400 From: Peter Maydell Date: Tue, 24 May 2016 16:25:58 +0100 Message-Id: <1464103558-27051-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH] replay: Clean up includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: patches@linaro.org, Pavel Dovgalyuk Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell --- replay/replay-char.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/replay/replay-char.c b/replay/replay-char.c index 23b6922..edf46ab 100755 --- a/replay/replay-char.c +++ b/replay/replay-char.c @@ -9,10 +9,6 @@ * */ -#include -#include -#include - #include "qemu/osdep.h" #include "qemu/error-report.h" #include "sysemu/replay.h" -- 1.9.1