summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchPortModule.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/PatchPortModule.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/PatchPortModule.hpp')
-rw-r--r--src/gui/PatchPortModule.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/PatchPortModule.hpp b/src/gui/PatchPortModule.hpp
index 8e3a320c..90f9cd6d 100644
--- a/src/gui/PatchPortModule.hpp
+++ b/src/gui/PatchPortModule.hpp
@@ -18,9 +18,12 @@
#define INGEN_GUI_PATCHPORTMODULE_HPP
#include <string>
+
#include <boost/enable_shared_from_this.hpp>
+
#include "ganv/Module.hpp"
#include "raul/URI.hpp"
+
#include "Port.hpp"
namespace Raul { class Atom; }