diff options
Diffstat (limited to 'src/lib/formats/lviv_lvt.cpp')
-rw-r--r-- | src/lib/formats/lviv_lvt.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/formats/lviv_lvt.cpp b/src/lib/formats/lviv_lvt.cpp index 3725c181f3c..c2ffe37d9c9 100644 --- a/src/lib/formats/lviv_lvt.cpp +++ b/src/lib/formats/lviv_lvt.cpp @@ -1,9 +1,8 @@ // license:BSD-3-Clause // copyright-holders:Krzysztof Strzecha /* .LVT tape images */ -#include "lviv_lvt.h" -#include <cassert> +#include "lviv_lvt.h" #define WAVEENTRY_LOW -32768 #define WAVEENTRY_HIGH 32767 |