diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2009-02-22 12:39:48 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2009-02-22 12:39:48 +1100 |
commit | 12180c5bb3fbfe5e32491f491e4d2c0ae795b9aa (patch) | |
tree | 00344343436f190cc06d053e028e5edcfe224e87 | |
parent | 0015d49d21a5be69a547fc7244417d922bd6138a (diff) |
tests/*.c : Don't include un-needed headers.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | tests/ogg_test.c | 1 | ||||
-rw-r--r-- | tests/vorbis_test.c | 1 | ||||
-rw-r--r-- | tests/win32_ordinal_test.c | 1 |
4 files changed, 1 insertions, 4 deletions
@@ -3,7 +3,7 @@ * src/ima_adpcm.c Clamp values to a valid range before indexing ima_step_size array. - * src/GSM610/*.c + * src/GSM610/*.c tests/*c Don't include un-needed headers. 2009-02-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com> diff --git a/tests/ogg_test.c b/tests/ogg_test.c index 3d61498..b3b8327 100644 --- a/tests/ogg_test.c +++ b/tests/ogg_test.c @@ -28,7 +28,6 @@ #include <sndfile.h> #include "utils.h" -#include "generate.h" #define SAMPLE_RATE 44100 #define DATA_LENGTH (SAMPLE_RATE / 8) diff --git a/tests/vorbis_test.c b/tests/vorbis_test.c index 3b3372c..c86a22c 100644 --- a/tests/vorbis_test.c +++ b/tests/vorbis_test.c @@ -28,7 +28,6 @@ #include <sndfile.h> #include "utils.h" -#include "generate.h" #include "dft_cmp.h" #define SAMPLE_RATE 16000 diff --git a/tests/win32_ordinal_test.c b/tests/win32_ordinal_test.c index 03eac38..acdcc75 100644 --- a/tests/win32_ordinal_test.c +++ b/tests/win32_ordinal_test.c @@ -32,7 +32,6 @@ #include <string.h> #include <fcntl.h> -#include <errno.h> #include <sys/types.h> #include "utils.h" |