summaryrefslogtreecommitdiffstats
path: root/tests/boot-sector.c
diff options
context:
space:
mode:
authorPeter Maydell2016-02-23 13:00:47 +0100
committerPeter Maydell2016-02-23 13:43:05 +0100
commit974dc73d778a3b1c09a06a6a41af159537eba595 (patch)
tree504dc1d58c1840325700fa0ffcb5d4c9fbf926a9 /tests/boot-sector.c
parentall: Clean up includes (diff)
downloadqemu-974dc73d778a3b1c09a06a6a41af159537eba595.tar.gz
qemu-974dc73d778a3b1c09a06a6a41af159537eba595.tar.xz
qemu-974dc73d778a3b1c09a06a6a41af159537eba595.zip
all: 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> --- This just catches a couple of stragglers since I posted the last clean-includes patchset last week.
Diffstat (limited to 'tests/boot-sector.c')
-rw-r--r--tests/boot-sector.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/boot-sector.c b/tests/boot-sector.c
index 0b48bb34bf..3ffe2987ff 100644
--- a/tests/boot-sector.c
+++ b/tests/boot-sector.c
@@ -10,9 +10,8 @@
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*/
+#include "qemu/osdep.h"
#include "boot-sector.h"
-#include <string.h>
-#include <stdio.h>
#include "qemu-common.h"
#include "libqtest.h"