diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-02-08 19:01:23 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-02-16 14:29:28 +0000 |
commit | c964b660223308150bb72c627b320c79372c7128 (patch) | |
tree | 9dcb4c71de11731ffc5a617e51ca8464b7b418df /stubs | |
parent | 2aef8c91346b8faa43dffe1e26b6befc65ed7b1b (diff) |
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>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/blockdev-close-all-bdrv-states.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |