change API for GainControl, VCA and VCAManager
[ardour.git] / libs / ardour / audiofilesource.cc
index 257d396fb875a373f641ab942ef456e716bf66c6..bb3c18f810470ed3b33853da73b2dece1d0ba686 100644 (file)
@@ -30,6 +30,7 @@
 #include <fcntl.h>
 #include <errno.h>
 
+#include "pbd/gstdio_compat.h"
 #include "pbd/convert.h"
 #include "pbd/basename.h"
 #include "pbd/file_utils.h"
@@ -42,7 +43,6 @@
 
 #include <sndfile.h>
 
-#include <pbd/gstdio_compat.h>
 #include <glibmm/miscutils.h>
 #include <glibmm/fileutils.h>
 #include <glibmm/threads.h>