summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/PatchView.hpp3
-rw-r--r--src/gui/PatchWindow.hpp7
2 files changed, 4 insertions, 6 deletions
diff --git a/src/gui/PatchView.hpp b/src/gui/PatchView.hpp
index 815555b6..4bf11d46 100644
--- a/src/gui/PatchView.hpp
+++ b/src/gui/PatchView.hpp
@@ -40,11 +40,10 @@ using namespace Ingen::Client;
namespace GUI {
-class PatchCanvas;
class LoadPluginWindow;
class NewSubpatchWindow;
-class NewSubpatchWindow;
class NodeControlWindow;
+class PatchCanvas;
class PatchDescriptionWindow;
class SubpatchModule;
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp
index 3c35e7db..28abdc57 100644
--- a/src/gui/PatchWindow.hpp
+++ b/src/gui/PatchWindow.hpp
@@ -37,15 +37,14 @@ using namespace Ingen::Client;
namespace GUI {
-class LoadPluginWindow;
+class BreadCrumbs;
class LoadPatchWindow;
-class NewSubpatchWindow;
+class LoadPluginWindow;
class NewSubpatchWindow;
class NodeControlWindow;
class PatchDescriptionWindow;
-class SubpatchModule;
-class BreadCrumbs;
class PatchView;
+class SubpatchModule;
/** A window for a patch.