summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/dsk_dsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/dsk_dsk.c')
-rw-r--r--src/lib/formats/dsk_dsk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/formats/dsk_dsk.c b/src/lib/formats/dsk_dsk.c
index 93ae590e846..6129ff72b77 100644
--- a/src/lib/formats/dsk_dsk.c
+++ b/src/lib/formats/dsk_dsk.c
@@ -7,8 +7,8 @@
*********************************************************************/
#include <string.h>
+#include <assert.h>
-#include "emu.h"
#include "imageutl.h"
#include "flopimg.h"
@@ -264,7 +264,6 @@ FLOPPY_CONSTRUCT( dsk_dsk_construct )
return FLOPPY_ERROR_SUCCESS;
}
-#include "emu.h"
#include "dsk_dsk.h"
#define DSK_FORMAT_HEADER "MV - CPC"