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 602ab44eed176fb84ae5c27fff8b4dce79add41c..e29fa3bacbb965584f27d6ad148cc97ac0e8728a 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"