summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ampro.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-11-25 23:16:43 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-11-25 23:17:29 -0500
commit0339d8346598bea217250a269eb61fa886b5b3a3 (patch)
tree3f96c29bb1d06a4a5e1d183afdea323a756bf923 /src/mame/drivers/ampro.cpp
parent47d83c1af256d54589d8c3554fe71f42c5174409 (diff)
Include floppy.h explicitly in drivers and bus cards, rather than indirectly through popular FDC headers (nw)
Diffstat (limited to 'src/mame/drivers/ampro.cpp')
-rw-r--r--src/mame/drivers/ampro.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/ampro.cpp b/src/mame/drivers/ampro.cpp
index 8aeb0abde76..74a7b2e1f43 100644
--- a/src/mame/drivers/ampro.cpp
+++ b/src/mame/drivers/ampro.cpp
@@ -24,6 +24,7 @@ ToDo:
#include "emu.h"
#include "bus/rs232/rs232.h"
#include "cpu/z80/z80.h"
+#include "imagedev/floppy.h"
#include "machine/z80daisy.h"
#include "machine/z80ctc.h"
#include "machine/z80dart.h"