diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:16 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:24 +0000 |
commit | a4ab4792a70b7b0cb4bd3afe58e9213704b41460 (patch) | |
tree | 514208c2bde854321c85f6bd67e1d63e67259ed1 /hw/scsi/vmw_pvscsi.c | |
parent | 97d5408f99d0c45b8142de0c5ef92d44ad876898 (diff) |
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/vmw_pvscsi.c')
-rw-r--r-- | hw/scsi/vmw_pvscsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/scsi/vmw_pvscsi.c b/hw/scsi/vmw_pvscsi.c index 6b4b9899a4..9abc086851 100644 --- a/hw/scsi/vmw_pvscsi.c +++ b/hw/scsi/vmw_pvscsi.c @@ -25,6 +25,7 @@ * */ +#include "qemu/osdep.h" #include "hw/scsi/scsi.h" #include <block/scsi.h> #include "hw/pci/msi.h" |