diff options
| author | Peter Maydell | 2016-01-18 19:01:42 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2016-01-20 13:36:23 +0100 |
| commit | 80c71a241ae3cd3b89527865ba730b2fa1f9e46f (patch) | |
| tree | 7d318eae350d06e17d0e267683297ecd52e18cb7 /block/null.c | |
| parent | qemu-iotests: Reduce racy output in 028 (diff) | |
| download | qemu-80c71a241ae3cd3b89527865ba730b2fa1f9e46f.tar.gz qemu-80c71a241ae3cd3b89527865ba730b2fa1f9e46f.tar.xz qemu-80c71a241ae3cd3b89527865ba730b2fa1f9e46f.zip | |
block: 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: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/null.c')
| -rw-r--r-- | block/null.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/null.c b/block/null.c index 7d083233fb..d90165dea7 100644 --- a/block/null.c +++ b/block/null.c @@ -10,6 +10,7 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "block/block_int.h" #define NULL_OPT_LATENCY "latency-ns" |
