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>
This commit is contained in:
Peter Maydell 2016-01-18 18:01:42 +00:00 committed by Kevin Wolf
parent a174da3613
commit 80c71a241a
70 changed files with 70 additions and 34 deletions

View file

@ -25,6 +25,7 @@
/* ??? Most of the ATAPI emulation is still in ide.c. It should be moved
here. */
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "hw/scsi/scsi.h"