diff options
author | David Robillard <d@drobilla.net> | 2009-06-03 04:42:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-06-03 04:42:01 +0000 |
commit | 34a71ea377fbc2b5df7e42fbfcf982d330b71a05 (patch) | |
tree | ba2ad881cde0ceaadfa11c818f4cd605ca990456 /src/engine/LV2Info.hpp | |
parent | 4baec44d69d855a28d234b375bdb902e89114356 (diff) | |
download | ingen-34a71ea377fbc2b5df7e42fbfcf982d330b71a05.tar.gz ingen-34a71ea377fbc2b5df7e42fbfcf982d330b71a05.tar.bz2 ingen-34a71ea377fbc2b5df7e42fbfcf982d330b71a05.zip |
Organize ingen_module like other modules.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2080 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/LV2Info.hpp')
-rw-r--r-- | src/engine/LV2Info.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/LV2Info.hpp b/src/engine/LV2Info.hpp index 63b1b9c2..f689e45f 100644 --- a/src/engine/LV2Info.hpp +++ b/src/engine/LV2Info.hpp @@ -26,7 +26,6 @@ #include <map> #include <string> #include "slv2/slv2.h" -#include "module/global.hpp" #include "module/World.hpp" #include "shared/LV2URIMap.hpp" #include "shared/LV2Features.hpp" |