diff options
Diffstat (limited to 'src/lib/formats/m20_dsk.c')
-rw-r--r-- | src/lib/formats/m20_dsk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/formats/m20_dsk.c b/src/lib/formats/m20_dsk.c index 0371f595d63..abd2cf1b2cb 100644 --- a/src/lib/formats/m20_dsk.c +++ b/src/lib/formats/m20_dsk.c @@ -13,8 +13,8 @@ *********************************************************************/ #include <string.h> +#include <assert.h> -#include "emu.h" #include "m20_dsk.h" #include "basicdsk.h" @@ -180,7 +180,6 @@ LEGACY_FLOPPY_OPTIONS_END *********************************************************************/ -#include "emu.h" #include "formats/m20_dsk.h" m20_format::m20_format() |