summaryrefslogtreecommitdiffstats
path: root/src/gui/SubpatchModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/SubpatchModule.hpp')
-rw-r--r--src/gui/SubpatchModule.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/SubpatchModule.hpp b/src/gui/SubpatchModule.hpp
index e71dbe63..727f681d 100644
--- a/src/gui/SubpatchModule.hpp
+++ b/src/gui/SubpatchModule.hpp
@@ -17,10 +17,10 @@
#ifndef INGEN_GUI_SUBPATCHMODULE_HPP
#define INGEN_GUI_SUBPATCHMODULE_HPP
-#include <string>
#include "raul/SharedPtr.hpp"
-#include "PatchPortModule.hpp"
+
#include "NodeModule.hpp"
+#include "PatchPortModule.hpp"
namespace Ingen { namespace Client {
class PatchModel;