diff options
Diffstat (limited to 'src/lib/formats/nes_dsk.cpp')
-rw-r--r-- | src/lib/formats/nes_dsk.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/formats/nes_dsk.cpp b/src/lib/formats/nes_dsk.cpp index 60dbba5dafa..237fd2c4fd7 100644 --- a/src/lib/formats/nes_dsk.cpp +++ b/src/lib/formats/nes_dsk.cpp @@ -8,13 +8,11 @@ *********************************************************************/ - -#include <string.h> -#include <assert.h> - #include "formats/nes_dsk.h" #include "formats/basicdsk.h" +#include <cstring> + /***************************************************************************** |