diff options
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; |