diff options
author | David Robillard <d@drobilla.net> | 2007-10-08 17:13:34 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-10-08 17:13:34 +0000 |
commit | ec9540a559c40046123a2ac4be83faf90b79fbb0 (patch) | |
tree | 214f8463bc6c9ef12ac715f65db41427152a7710 /src/libs/serialisation/Loader.hpp | |
parent | bade64c9aca86225fa37950c17aabc02a3f4a041 (diff) | |
download | ingen-ec9540a559c40046123a2ac4be83faf90b79fbb0.tar.gz ingen-ec9540a559c40046123a2ac4be83faf90b79fbb0.tar.bz2 ingen-ec9540a559c40046123a2ac4be83faf90b79fbb0.zip |
Dynamically load Serialiser from serialisation module, make it actually work, etc.
git-svn-id: http://svn.drobilla.net/lad/ingen@850 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/serialisation/Loader.hpp')
-rw-r--r-- | src/libs/serialisation/Loader.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/serialisation/Loader.hpp b/src/libs/serialisation/Loader.hpp index 158831cb..d363bf28 100644 --- a/src/libs/serialisation/Loader.hpp +++ b/src/libs/serialisation/Loader.hpp @@ -23,11 +23,10 @@ #include <boost/optional.hpp> #include <raul/SharedPtr.hpp> #include <raul/Path.hpp> -#include <raul/Atom.hpp> #include <raul/Table.hpp> #include "interface/GraphObject.hpp" -namespace Raul { class Atom; namespace RDF { class World; } } +namespace Raul { namespace RDF { class World; } } namespace Ingen { namespace Shared { class EngineInterface; } } using namespace Ingen::Shared; |