summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageCanvas.hpp')
-rw-r--r--src/PatchageCanvas.hpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp
index 57af310..66daf90 100644
--- a/src/PatchageCanvas.hpp
+++ b/src/PatchageCanvas.hpp
@@ -18,14 +18,18 @@
#ifndef PATCHAGE_PATCHAGECANVAS_HPP
#define PATCHAGE_PATCHAGECANVAS_HPP
-#include "patchage-config.h"
#include <string>
+
+#include "patchage-config.h"
+
#ifdef HAVE_ALSA
-#include <alsa/asoundlib.h>
+ #include <alsa/asoundlib.h>
#endif
+
#include "flowcanvas/Canvas.hpp"
-#include "StateManager.hpp"
+
#include "PatchageEvent.hpp"
+#include "StateManager.hpp"
class Patchage;
class PatchageModule;