From: Peter Maydell Date: Tue, 24 May 2016 15:25:58 +0000 (+0100) Subject: replay: Clean up includes X-Git-Tag: v2.7.0-rc0~142^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d7fedeb54f23780f7ae2257be28265308a80f01;p=thirdparty%2Fqemu.git 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 --- diff --git a/replay/replay-char.c b/replay/replay-char.c index 23b69229773..edf46ab9dfc 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"