summaryrefslogtreecommitdiffstats
path: root/hw/scsi/lsi53c895a.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:16 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit65760ee5d095e8d353c6c0edc5ff53b407601cc3 (patch)
treee587e65e6f1cccb4459afa950380d5197c1c3555 /hw/scsi/lsi53c895a.c
parente2be294d94b03a8590f6d447052fca725d403424 (diff)
downloadhqemu-65760ee5d095e8d353c6c0edc5ff53b407601cc3.zip
hqemu-65760ee5d095e8d353c6c0edc5ff53b407601cc3.tar.gz
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/lsi53c895a.c')
-rw-r--r--hw/scsi/lsi53c895a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/scsi/lsi53c895a.c b/hw/scsi/lsi53c895a.c
index c5b0cc5..df205cd 100644
--- a/hw/scsi/lsi53c895a.c
+++ b/hw/scsi/lsi53c895a.c
@@ -13,7 +13,7 @@
* as well-behaved operating systems will not try to use them.
*/
-#include <assert.h>
+#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/pci/pci.h"
OpenPOWER on IntegriCloud