diff options
author | David Robillard <d@drobilla.net> | 2011-10-21 16:30:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-21 16:30:17 +0000 |
commit | efe47ea54e71b359dde85c0f272e7fc3934b85e3 (patch) | |
tree | 0555e8c4ff7d6c5c59e9bd853e5ab02bfa0650f8 /include/ingen/client | |
parent | 2a80b2cf13d7992c0313f8a82103e64bdeef72c4 (diff) | |
download | ingen-efe47ea54e71b359dde85c0f272e7fc3934b85e3.tar.gz ingen-efe47ea54e71b359dde85c0f272e7fc3934b85e3.tar.bz2 ingen-efe47ea54e71b359dde85c0f272e7fc3934b85e3.zip |
Move World.hpp and Module.hpp to public include directory.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3560 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include/ingen/client')
-rw-r--r-- | include/ingen/client/PluginModel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ingen/client/PluginModel.hpp b/include/ingen/client/PluginModel.hpp index 28a64578..8eb53b74 100644 --- a/include/ingen/client/PluginModel.hpp +++ b/include/ingen/client/PluginModel.hpp @@ -27,7 +27,7 @@ #include "ingen/ServerInterface.hpp" #include "ingen/client/signal.hpp" #include "shared/ResourceImpl.hpp" -#include "shared/World.hpp" +#include "ingen/shared/World.hpp" namespace Ingen { |