summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_slot
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-11-25 20:38:50 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-11-25 20:38:50 -0500
commita47189c15c9450e692d7eced60ac6f7ae07d5418 (patch)
tree73662ea6b99a0a60ea23648a8d9b12cbc0f47e9c /src/devices/bus/msx_slot
parent57e7360a6ceced7d5e2befbe6b6c6cad7f8cde1a (diff)
Don't #include legacy header "flopdrv.h" except where it's still used (nw)
Diffstat (limited to 'src/devices/bus/msx_slot')
-rw-r--r--src/devices/bus/msx_slot/disk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/msx_slot/disk.h b/src/devices/bus/msx_slot/disk.h
index 6b3c4ab055a..3b949f159e2 100644
--- a/src/devices/bus/msx_slot/disk.h
+++ b/src/devices/bus/msx_slot/disk.h
@@ -9,7 +9,6 @@
#include "bus/msx_slot/rom.h"
#include "machine/wd_fdc.h"
#include "machine/upd765.h"
-#include "imagedev/flopdrv.h"
#include "imagedev/floppy.h"