summaryrefslogtreecommitdiffstats
path: root/include/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-13 23:29:08 +0000
committerDavid Robillard <d@drobilla.net>2011-05-13 23:29:08 +0000
commit93947ee94eb79d76d31cd7ed3828135b9efa3781 (patch)
tree09db1bb9d1a0200a28bfe756575e7f0d06ae8cec /include/ingen
parenta26731bc7d09370cc0c1193d92b10e8c6b1dde79 (diff)
downloadingen-93947ee94eb79d76d31cd7ed3828135b9efa3781.tar.gz
ingen-93947ee94eb79d76d31cd7ed3828135b9efa3781.tar.bz2
ingen-93947ee94eb79d76d31cd7ed3828135b9efa3781.zip
Apply 0001-Remove-unused-includes.patch from ticket #688, except with modifications to not break compilation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3262 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include/ingen')
-rw-r--r--include/ingen/CommonInterface.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ingen/CommonInterface.hpp b/include/ingen/CommonInterface.hpp
index defed25d..8b4713ab 100644
--- a/include/ingen/CommonInterface.hpp
+++ b/include/ingen/CommonInterface.hpp
@@ -18,7 +18,6 @@
#ifndef INGEN_INTERFACE_COMMONINTERFACE_HPP
#define INGEN_INTERFACE_COMMONINTERFACE_HPP
-#include "ingen/CommonInterface.hpp"
#include "ingen/Resource.hpp"
namespace Raul { class Atom; class Path; class URI; }