summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/hect_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/hect_dsk.cpp')
-rw-r--r--src/lib/formats/hect_dsk.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/hect_dsk.cpp b/src/lib/formats/hect_dsk.cpp
index cf8fc2cacc4..d1fa695ed57 100644
--- a/src/lib/formats/hect_dsk.cpp
+++ b/src/lib/formats/hect_dsk.cpp
@@ -8,10 +8,10 @@
*********************************************************************/
-#include <cassert>
+#include "hect_dsk.h"
+#include "basicdsk.h"
-#include "formats/hect_dsk.h"
-#include "formats/basicdsk.h"
+#include <cstring>
/*****************************************************************************/
/****** Management of the floppy images 200Ko and 800Ko *********************/