summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
author Oliver Stöneberg <oliverst@online.de>2015-03-20 11:39:41 +0100
committer Oliver Stöneberg <oliverst@online.de>2015-03-20 11:39:41 +0100
commit9f29fc0916ea0e39150572194fb99b0d45f77a7c (patch)
treeff1ffe22144d5650a8ca4864002e3006761e9e75 /src/lib
parent2849b81c5dea11960c65f5c5fe2a1abf75dc5686 (diff)
removed a few more unnecessary assert.h includes (nw)
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/formats/wavfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/formats/wavfile.c b/src/lib/formats/wavfile.c
index e332110fbff..c02f9634119 100644
--- a/src/lib/formats/wavfile.c
+++ b/src/lib/formats/wavfile.c
@@ -7,7 +7,6 @@
*********************************************************************/
#include <stdio.h>
-#include <assert.h>
#include "wavfile.h"
#include "cassimg.h"