summaryrefslogtreecommitdiffstats
path: root/src/server/mix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/mix.cpp')
-rw-r--r--src/server/mix.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/server/mix.cpp b/src/server/mix.cpp
index 065e3efc..5f77eda2 100644
--- a/src/server/mix.cpp
+++ b/src/server/mix.cpp
@@ -14,11 +14,12 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "lv2/atom/util.h"
+#include "mix.hpp"
#include "Buffer.hpp"
#include "RunContext.hpp"
-#include "mix.hpp"
+
+#include "lv2/atom/util.h"
namespace ingen {
namespace server {