summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-03 19:57:38 +0000
committerDavid Robillard <d@drobilla.net>2013-02-03 19:57:38 +0000
commit6dc37f9db5c5c8c11a95f9498ce674202d018367 (patch)
tree206961dcbe8b788774d942efa50b7cfeb170185b /src
parenteef993daeaedfdcde1d580d860843f06dc8b8892 (diff)
downloadingen-6dc37f9db5c5c8c11a95f9498ce674202d018367.tar.gz
ingen-6dc37f9db5c5c8c11a95f9498ce674202d018367.tar.bz2
ingen-6dc37f9db5c5c8c11a95f9498ce674202d018367.zip
Check for required boost headers.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5041 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/gui/GraphCanvas.hpp2
-rw-r--r--src/gui/GraphPortModule.hpp2
-rw-r--r--src/server/ArcImpl.hpp1
3 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/GraphCanvas.hpp b/src/gui/GraphCanvas.hpp
index 77498748..6ce4b5e5 100644
--- a/src/gui/GraphCanvas.hpp
+++ b/src/gui/GraphCanvas.hpp
@@ -21,8 +21,6 @@
#include <map>
#include <set>
-#include <boost/shared_ptr.hpp>
-
#include "lilv/lilv.h"
#include "ganv/Canvas.hpp"
diff --git a/src/gui/GraphPortModule.hpp b/src/gui/GraphPortModule.hpp
index 9f2c96fd..0bf0d68c 100644
--- a/src/gui/GraphPortModule.hpp
+++ b/src/gui/GraphPortModule.hpp
@@ -19,8 +19,6 @@
#include <string>
-#include <boost/enable_shared_from_this.hpp>
-
#include "ganv/Module.hpp"
#include "raul/URI.hpp"
diff --git a/src/server/ArcImpl.hpp b/src/server/ArcImpl.hpp
index a28616da..9ea103a5 100644
--- a/src/server/ArcImpl.hpp
+++ b/src/server/ArcImpl.hpp
@@ -20,7 +20,6 @@
#include <cstdlib>
#include <boost/intrusive/slist.hpp>
-#include <boost/utility.hpp>
#include "ingen/Arc.hpp"
#include "lv2/lv2plug.in/ns/ext/atom/atom.h"