diff options
Diffstat (limited to 'src/lib/formats/cqm_dsk.cpp')
-rw-r--r-- | src/lib/formats/cqm_dsk.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/cqm_dsk.cpp b/src/lib/formats/cqm_dsk.cpp index e2bde8fcf8c..c38f06bde1c 100644 --- a/src/lib/formats/cqm_dsk.cpp +++ b/src/lib/formats/cqm_dsk.cpp @@ -8,8 +8,8 @@ *********************************************************************/ -#include <string.h> -#include <assert.h> +#include <cstring> +#include <cassert> #include "flopimg.h" #define CQM_HEADER_SIZE 133 |