From c964b660223308150bb72c627b320c79372c7128 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 8 Feb 2016 19:01:23 +0000 Subject: 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 Reviewed-by: Eric Blake --- stubs/blockdev-close-all-bdrv-states.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stubs') diff --git a/stubs/blockdev-close-all-bdrv-states.c b/stubs/blockdev-close-all-bdrv-states.c index 12d2442362..f1f1d9cdca 100644 --- a/stubs/blockdev-close-all-bdrv-states.c +++ b/stubs/blockdev-close-all-bdrv-states.c @@ -1,3 +1,4 @@ +#include "qemu/osdep.h" #include "block/block_int.h" void blockdev_close_all_bdrv_states(void) -- cgit v1.2.1