summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/abc_hdc.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2012-08-29 08:35:35 +0000
committer smf- <smf-@users.noreply.github.com>2012-08-29 08:35:35 +0000
commit389625a63cac3d250b53f6c1007da11da9f7c96c (patch)
tree76a5677c19af74a775d9a34dfb2558bd43f6212c /src/mess/machine/abc_hdc.h
parent9b81dbdcc31c5b4e48853f9b1bd0c580bafa7dc3 (diff)
Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS. (nw)
Diffstat (limited to 'src/mess/machine/abc_hdc.h')
-rw-r--r--src/mess/machine/abc_hdc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/abc_hdc.h b/src/mess/machine/abc_hdc.h
index 2f3083eaf09..191a273744e 100644
--- a/src/mess/machine/abc_hdc.h
+++ b/src/mess/machine/abc_hdc.h
@@ -16,7 +16,6 @@
#include "emu.h"
#include "cpu/z80/z80.h"
#include "cpu/z80/z80daisy.h"
-#include "imagedev/harddriv.h"
#include "machine/abcbus.h"
#include "machine/scsibus.h"
#include "machine/scsihd.h"