summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r--src/PatchageModule.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index 99527ac..526e739 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -17,14 +17,14 @@
#ifndef PATCHAGE_PATCHAGEMODULE_HPP
#define PATCHAGE_PATCHAGEMODULE_HPP
-#include <string>
-
-#include <gtkmm/menu_elems.h>
+#include "Configuration.hpp"
#include "ganv/Module.hpp"
#include "ganv/Port.hpp"
-#include "Configuration.hpp"
+#include <gtkmm/menu_elems.h>
+
+#include <string>
class Patchage;
class PatchagePort;