From b9bbb3ef4bd11f90e818a2f5b54d8187b7267150 Mon Sep 17 00:00:00 2001 From: Amaury Jacquot Date: Sat, 27 Dec 2003 13:07:06 +0000 Subject: make tremor work again Original commit message from CVS: make tremor work again --- ext/ivorbis/vorbis.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'ext/ivorbis/vorbis.c') diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c index b104ec66..27087002 100644 --- a/ext/ivorbis/vorbis.c +++ b/ext/ivorbis/vorbis.c @@ -17,13 +17,11 @@ * Boston, MA 02111-1307, USA. */ -#include -#include -#include -#include -#include - +#ifdef HAVE_CONFIG_H #include +#endif + +#include extern GType ivorbisfile_get_type(void); -- cgit v1.2.1