summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/aha174x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/aha174x.cpp')
-rw-r--r--src/devices/bus/isa/aha174x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/aha174x.cpp b/src/devices/bus/isa/aha174x.cpp
index f650e9efdf8..39fd0aef9fe 100644
--- a/src/devices/bus/isa/aha174x.cpp
+++ b/src/devices/bus/isa/aha174x.cpp
@@ -33,10 +33,10 @@
#include "emu.h"
#include "aha174x.h"
+#include "bus/nscsi/hd.h"
#include "machine/aic6250.h"
#include "machine/i82355.h"
#include "machine/nscsi_bus.h"
-#include "machine/nscsi_hd.h"
DEFINE_DEVICE_TYPE(AHA1740, aha1740_device, "aha1740", "AHA-1740 Fast SCSI Host Adapter")
DEFINE_DEVICE_TYPE(AHA1742A, aha1742a_device, "aha1742a", "AHA-1742A Fast SCSI Host Adapter")