diff options
author | David Robillard <d@drobilla.net> | 2011-05-13 23:29:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-13 23:29:08 +0000 |
commit | 93947ee94eb79d76d31cd7ed3828135b9efa3781 (patch) | |
tree | 09db1bb9d1a0200a28bfe756575e7f0d06ae8cec /include | |
parent | a26731bc7d09370cc0c1193d92b10e8c6b1dde79 (diff) | |
download | ingen-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')
-rw-r--r-- | include/ingen/CommonInterface.hpp | 1 |
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; } |