diff options
author | Peter Maydell | 2016-05-24 17:25:58 +0200 |
---|---|---|
committer | Michael Tokarev | 2016-06-07 17:19:23 +0200 |
commit | 2d7fedeb54f23780f7ae2257be28265308a80f01 (patch) | |
tree | 72184c46ba272ec0b805d569825de03a5f324688 | |
parent | fw_cfg: follow CODING_STYLE (diff) | |
download | qemu-2d7fedeb54f23780f7ae2257be28265308a80f01.tar.gz qemu-2d7fedeb54f23780f7ae2257be28265308a80f01.tar.xz qemu-2d7fedeb54f23780f7ae2257be28265308a80f01.zip |
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 <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rwxr-xr-x | replay/replay-char.c | 4 |
1 files changed, 0 insertions, 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 <stdio.h> -#include <stdlib.h> -#include <string.h> - #include "qemu/osdep.h" #include "qemu/error-report.h" #include "sysemu/replay.h" |