From 69f9735ca83e3827565276479f590d51c4a6ebfb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Dec 2008 08:45:46 +0000 Subject: Trim include dependency tree. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1870 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/GraphObject.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/common/interface/GraphObject.hpp') diff --git a/src/common/interface/GraphObject.hpp b/src/common/interface/GraphObject.hpp index cf623c3c..eac5bf86 100644 --- a/src/common/interface/GraphObject.hpp +++ b/src/common/interface/GraphObject.hpp @@ -23,12 +23,11 @@ #include "raul/Deletable.hpp" #include "raul/PathTable.hpp" #include "raul/Symbol.hpp" -#include "raul/Atom.hpp" #include "raul/SharedPtr.hpp" #include "raul/WeakPtr.hpp" #include "interface/Resource.hpp" -using Raul::PathTable; +namespace Raul { class Atom; } namespace Ingen { namespace Shared { @@ -46,7 +45,7 @@ class GraphObject : public Raul::Deletable public: typedef std::map Variables; - typedef PathTable< SharedPtr >::const_iterator const_iterator; + typedef Raul::PathTable< SharedPtr >::const_iterator const_iterator; virtual void set_path(const Raul::Path& path) = 0; -- cgit v1.2.1