summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r--src/PatchageModule.hpp12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index 8cbec6e..99c23f6 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -18,17 +18,23 @@
#ifndef PATCHAGE_PATCHAGEMODULE_HPP
#define PATCHAGE_PATCHAGEMODULE_HPP
-#include "patchage-config.h"
#include <string>
+
#include <libgnomecanvasmm.h>
+
+#include "patchage-config.h"
+
#ifdef HAVE_ALSA
-#include <alsa/asoundlib.h>
+ #include <alsa/asoundlib.h>
#endif
+
#include "flowcanvas/Canvas.hpp"
#include "flowcanvas/Module.hpp"
+
+#include "Patchage.hpp"
#include "PatchageCanvas.hpp"
-#include "StateManager.hpp"
#include "PatchagePort.hpp"
+#include "StateManager.hpp"
using namespace FlowCanvas;