src/aubio.h: update header names
authorPaul Brossier <piem@piem.org>
Tue, 29 Sep 2009 06:00:12 +0000 (08:00 +0200)
committerPaul Brossier <piem@piem.org>
Tue, 29 Sep 2009 06:00:12 +0000 (08:00 +0200)
src/aubio.h

index 602ab44..e29fa3b 100644 (file)
@@ -73,8 +73,8 @@ extern "C"
 #endif /* HAVE_SAMPLERATE */
 #include "temporal/biquad.h"
 #include "temporal/filter.h"
-#include "temporal/adesign.h"
-#include "temporal/cdesign.h"
+#include "temporal/a_weighting.h"
+#include "temporal/c_weighting.h"
 #include "spectral/filterbank.h"
 #include "spectral/filterbank_mel.h"
 #include "spectral/mfcc.h"