From dcef7ddfced0ff2a1ea013b30db7022bb55b2b07 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 2 Sep 2016 17:29:59 +0200 Subject: Replace CMake by autotools --- wavfile.h | 1 - 1 file changed, 1 deletion(-) (limited to 'wavfile.h') diff --git a/wavfile.h b/wavfile.h index 9a7fb6a..09e8371 100644 --- a/wavfile.h +++ b/wavfile.h @@ -9,7 +9,6 @@ http://www.nd.edu/~dthain/courses/cse20211/fall2013/wavfile #define WAVFILE_H #include -#include FILE * wavfile_open( const char *filename, int rate ); void wavfile_write( FILE *file, short data[], int length ); -- cgit v1.2.3