From 2d7fedeb54f23780f7ae2257be28265308a80f01 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 24 May 2016 16:25:58 +0100 Subject: [PATCH] replay: Clean up includes 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 Reviewed-by: Eric Blake Signed-off-by: Michael Tokarev --- replay/replay-char.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/replay/replay-char.c b/replay/replay-char.c index 23b6922977..edf46ab9df 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"