replay: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 24 May 2016 15:25:58 +0000 (16:25 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 7 Jun 2016 15:19:23 +0000 (18:19 +0300)
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 <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
replay/replay-char.c

index 23b692297734fb8b0270d84b96a5f32944952e62..edf46ab9dfc4b2737b6ea3d5441ff2ea9e550c95 100755 (executable)
@@ -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"