diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-05-24 16:25:58 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-06-07 18:19:23 +0300 |
commit | 2d7fedeb54f23780f7ae2257be28265308a80f01 (patch) | |
tree | 72184c46ba272ec0b805d569825de03a5f324688 /replay | |
parent | a8d38f3b020888bdd24ef7f10e0e487c179ab563 (diff) |
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>
Diffstat (limited to 'replay')
-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" |