diff options
Diffstat (limited to 'src/lib/formats/pc98_dsk.cpp')
-rw-r--r-- | src/lib/formats/pc98_dsk.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/formats/pc98_dsk.cpp b/src/lib/formats/pc98_dsk.cpp index 1add267da8f..125a23b13dd 100644 --- a/src/lib/formats/pc98_dsk.cpp +++ b/src/lib/formats/pc98_dsk.cpp @@ -8,11 +8,10 @@ *********************************************************************/ -#include <cstring> -#include <cassert> - #include "formats/pc98_dsk.h" +#include <cstring> + /* ----------------------------------------------------------------------- */ |