diff options
Diffstat (limited to 'src/lib/formats/zx81_p.cpp')
-rw-r--r-- | src/lib/formats/zx81_p.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/formats/zx81_p.cpp b/src/lib/formats/zx81_p.cpp index 186815507fe..e31b5f58933 100644 --- a/src/lib/formats/zx81_p.cpp +++ b/src/lib/formats/zx81_p.cpp @@ -34,8 +34,6 @@ medium transfer rate is approx. 307 bps (38 bytes/sec) for files that contain #include "zx81_p.h" #include "tzx_cas.h" -#include <cassert> - #define WAVEENTRY_LOW -32768 #define WAVEENTRY_HIGH 32767 |