diff options
author | 2018-11-25 23:16:43 -0500 | |
---|---|---|
committer | 2018-11-25 23:17:29 -0500 | |
commit | 0339d8346598bea217250a269eb61fa886b5b3a3 (patch) | |
tree | 3f96c29bb1d06a4a5e1d183afdea323a756bf923 /src/devices/machine/wd_fdc.h | |
parent | 47d83c1af256d54589d8c3554fe71f42c5174409 (diff) |
Include floppy.h explicitly in drivers and bus cards, rather than indirectly through popular FDC headers (nw)
Diffstat (limited to 'src/devices/machine/wd_fdc.h')
-rw-r--r-- | src/devices/machine/wd_fdc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/machine/wd_fdc.h b/src/devices/machine/wd_fdc.h index 6ecc76d6b23..b7244870e2b 100644 --- a/src/devices/machine/wd_fdc.h +++ b/src/devices/machine/wd_fdc.h @@ -5,9 +5,10 @@ #pragma once -#include "imagedev/floppy.h" #include "fdc_pll.h" +class floppy_image_device; + /* * The Western Digital floppy controller family * |