summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/sorc_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/sorc_dsk.cpp')
-rw-r--r--src/lib/formats/sorc_dsk.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/formats/sorc_dsk.cpp b/src/lib/formats/sorc_dsk.cpp
index 35d293be3fc..2e7b30d2a3d 100644
--- a/src/lib/formats/sorc_dsk.cpp
+++ b/src/lib/formats/sorc_dsk.cpp
@@ -8,12 +8,11 @@
*********************************************************************/
-#include <cstring>
-#include <cassert>
-
#include "sorc_dsk.h"
#include "basicdsk.h"
+#include <cstring>
+
static FLOPPY_IDENTIFY(sorc_dsk_identify)
{
*vote = (floppy_image_size(floppy) == 332640) ? 100 : 0;