summaryrefslogtreecommitdiffstats
path: root/src/gui/SubpatchModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-15 18:23:39 +0000
committerDavid Robillard <d@drobilla.net>2012-08-15 18:23:39 +0000
commitd64815e24c043ac87b1504c5f02e93b11c4d8285 (patch)
tree3ca5a42c9ecaac0ecc9129021d390028243515dc /src/gui/SubpatchModule.hpp
parent936441d0c850a3b5e8550cb572c4d759589de923 (diff)
downloadingen-d64815e24c043ac87b1504c5f02e93b11c4d8285.tar.gz
ingen-d64815e24c043ac87b1504c5f02e93b11c4d8285.tar.bz2
ingen-d64815e24c043ac87b1504c5f02e93b11c4d8285.zip
Clean up includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4704 a436a847-0d15-0410-975c-d299462d15a1
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;