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>
master
Peter Maydell 2016-05-24 16:25:58 +01:00 committed by Michael Tokarev
parent a8d38f3b02
commit 2d7fedeb54
1 changed files with 0 additions and 4 deletions

View File

@ -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"