diff options
author | David Robillard <d@drobilla.net> | 2012-05-10 04:02:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-10 04:02:24 +0000 |
commit | 8ec295a0f2a40086ed83e8d2ad8ad38c8125bcb4 (patch) | |
tree | af044468e3f20bea5c18d02ba35cd3a69cdc4808 /ingen/client | |
parent | da468f24388d7f0f574c6e4dd4022e05d47a9db2 (diff) | |
download | ingen-8ec295a0f2a40086ed83e8d2ad8ad38c8125bcb4.tar.gz ingen-8ec295a0f2a40086ed83e8d2ad8ad38c8125bcb4.tar.bz2 ingen-8ec295a0f2a40086ed83e8d2ad8ad38c8125bcb4.zip |
LV2URIMap => URIMap.
Trim unnecessary includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4337 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen/client')
-rw-r--r-- | ingen/client/ClientStore.hpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ingen/client/ClientStore.hpp b/ingen/client/ClientStore.hpp index 714bdb2d..72133e34 100644 --- a/ingen/client/ClientStore.hpp +++ b/ingen/client/ClientStore.hpp @@ -21,16 +21,14 @@ #include <list> #include <string> +#include "ingen/Interface.hpp" +#include "ingen/client/signal.hpp" +#include "ingen/shared/Store.hpp" #include "raul/Path.hpp" #include "raul/PathTable.hpp" #include "raul/SharedPtr.hpp" #include "raul/TableImpl.hpp" -#include "ingen/Interface.hpp" -#include "ingen/client/signal.hpp" -#include "ingen/shared/LV2URIMap.hpp" -#include "ingen/shared/Store.hpp" - namespace Raul { class Atom; } namespace Ingen { |