diff options
Diffstat (limited to 'src/lib/formats/hect_dsk.cpp')
-rw-r--r-- | src/lib/formats/hect_dsk.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/hect_dsk.cpp b/src/lib/formats/hect_dsk.cpp index 4cd36008540..d1fa695ed57 100644 --- a/src/lib/formats/hect_dsk.cpp +++ b/src/lib/formats/hect_dsk.cpp @@ -8,10 +8,10 @@ *********************************************************************/ -#include <assert.h> +#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 *********************/ |