diff options
| author | 2023-10-08 08:32:09 -0400 | |
|---|---|---|
| committer | 2023-10-08 08:32:59 -0400 | |
| commit | db48a71d4fe2c0331b4a4475aa4ec602e6896091 (patch) | |
| tree | 8ed33efec33b4c33453a349f3d8325f51834d5b9 /src/devices/machine/applefdintf.cpp | |
| parent | 0e5ac330546627a26c3d4a3a9beed2ab8996521f (diff) | |
Formats-related #include cleanup
Note that IMD is one of the default MFM formats, so there is no need to add it explicitly.
Diffstat (limited to 'src/devices/machine/applefdintf.cpp')
| -rw-r--r-- | src/devices/machine/applefdintf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/applefdintf.cpp b/src/devices/machine/applefdintf.cpp index 8c30e6a0a8c..97afd3aa5a4 100644 --- a/src/devices/machine/applefdintf.cpp +++ b/src/devices/machine/applefdintf.cpp @@ -6,7 +6,6 @@ #include "formats/ap2_dsk.h" #include "formats/ap_dsk35.h" #include "formats/as_dsk.h" -#include "formats/pc_dsk.h" #include "formats/fs_prodos.h" void applefdintf_device::formats_525_13(format_registration &fr) |
