[xiph-commits] r11999 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Thu Nov 2 21:27:05 PST 2006
Author: jm
Date: 2006-11-02 21:27:02 -0800 (Thu, 02 Nov 2006)
New Revision: 11999
Modified:
trunk/speex/libspeex/preprocess.c
Log:
I think it's generally a better idea to include the headers
and not the .c files.
Modified: trunk/speex/libspeex/preprocess.c
===================================================================
--- trunk/speex/libspeex/preprocess.c 2006-11-03 01:10:52 UTC (rev 11998)
+++ trunk/speex/libspeex/preprocess.c 2006-11-03 05:27:02 UTC (rev 11999)
@@ -65,7 +65,7 @@
#include "misc.h"
#include "fftwrap.h"
#include "filterbank.h"
-#include "math_approx.c"
+#include "math_approx.h"
#ifndef M_PI
#define M_PI 3.14159263
More information about the commits
mailing list