src/aubio.h: move audio_unit to unstable
authorPaul Brossier <piem@piem.org>
Tue, 10 Dec 2013 13:40:45 +0000 (08:40 -0500)
committerPaul Brossier <piem@piem.org>
Tue, 10 Dec 2013 13:40:45 +0000 (08:40 -0500)
Signed-off-by: Paul Brossier <piem@piem.org>
src/aubio.h

index fc3a243..a609bde 100644 (file)
@@ -184,7 +184,6 @@ extern "C"
 #include "tempo/tempo.h"
 #include "io/source.h"
 #include "io/sink.h"
-#include "io/audio_unit.h"
 #include "synth/sampler.h"
 #include "synth/wavetable.h"
 #include "utils/parameter.h"
@@ -196,6 +195,7 @@ extern "C"
 #include "io/source_avcodec.h"
 #include "io/sink_sndfile.h"
 #include "io/sink_apple_audio.h"
+#include "io/audio_unit.h"
 #include "onset/peakpicker.h"
 #include "pitch/pitchmcomb.h"
 #include "pitch/pitchyin.h"