From: Peter Maydell <[email protected]> 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 <[email protected]> Reviewed-by: Eric Blake <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- 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 <stdio.h> -#include <stdlib.h> -#include <string.h> - #include "qemu/osdep.h" #include "qemu/error-report.h" #include "sysemu/replay.h" -- 2.1.4
