aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/vhost-scsi.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:16 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-29 15:07:24 +0000
commita4ab4792a70b7b0cb4bd3afe58e9213704b41460 (patch)
tree514208c2bde854321c85f6bd67e1d63e67259ed1 /hw/scsi/vhost-scsi.c
parent97d5408f99d0c45b8142de0c5ef92d44ad876898 (diff)
downloadqemu-a4ab4792a70b7b0cb4bd3afe58e9213704b41460.zip
qemu-a4ab4792a70b7b0cb4bd3afe58e9213704b41460.tar.gz
qemu-a4ab4792a70b7b0cb4bd3afe58e9213704b41460.tar.bz2
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/vhost-scsi.c')
-rw-r--r--hw/scsi/vhost-scsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/scsi/vhost-scsi.c b/hw/scsi/vhost-scsi.c
index 7bc8288..c86622c 100644
--- a/hw/scsi/vhost-scsi.c
+++ b/hw/scsi/vhost-scsi.c
@@ -14,8 +14,8 @@
*
*/
+#include "qemu/osdep.h"
#include <sys/ioctl.h>
-#include "config.h"
#include "qemu/error-report.h"
#include "qemu/queue.h"
#include "monitor/monitor.h"