diff options
author | Peter Maydell | 2016-01-26 19:17:16 +0100 |
---|---|---|
committer | Peter Maydell | 2016-01-29 16:07:24 +0100 |
commit | a4ab4792a70b7b0cb4bd3afe58e9213704b41460 (patch) | |
tree | 514208c2bde854321c85f6bd67e1d63e67259ed1 /hw/scsi/esp.c | |
parent | pci: Clean up includes (diff) | |
download | qemu-a4ab4792a70b7b0cb4bd3afe58e9213704b41460.tar.gz qemu-a4ab4792a70b7b0cb4bd3afe58e9213704b41460.tar.xz qemu-a4ab4792a70b7b0cb4bd3afe58e9213704b41460.zip |
hw/scsi: 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>
Message-id: 1453832250-766-24-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/scsi/esp.c')
-rw-r--r-- | hw/scsi/esp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/scsi/esp.c b/hw/scsi/esp.c index 272d13d633..e55c32c642 100644 --- a/hw/scsi/esp.c +++ b/hw/scsi/esp.c @@ -23,6 +23,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #include "hw/scsi/esp.h" #include "trace.h" |