summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDriver.cpp')
-rw-r--r--src/JackDriver.cpp13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp
index 7bdcb72..8e610a4 100644
--- a/src/JackDriver.cpp
+++ b/src/JackDriver.cpp
@@ -17,18 +17,21 @@
#include <cassert>
#include <cstring>
-#include <string>
#include <set>
-#include "patchage-config.h"
+#include <string>
+
#include <jack/jack.h>
#include <jack/statistics.h>
#include <jack/thread.h>
-#include "raul/log.hpp"
+
#include "raul/SharedPtr.hpp"
-#include "PatchageCanvas.hpp"
-#include "PatchageEvent.hpp"
+#include "raul/log.hpp"
+
+#include "patchage-config.h"
#include "JackDriver.hpp"
#include "Patchage.hpp"
+#include "PatchageCanvas.hpp"
+#include "PatchageEvent.hpp"
#include "PatchageModule.hpp"
using namespace std;