diff options
author | David Robillard <d@drobilla.net> | 2010-12-25 00:35:32 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-12-25 00:35:32 +0000 |
commit | a9c6a95eda8e730f7f1bd603c6eec4ced09643dc (patch) | |
tree | c0bdfb4a9380f2b2723b167789beb9f7fd105aa9 /src | |
parent | 59af545447973115339dfc05f010c6b8bd70b2f9 (diff) | |
download | ingen-a9c6a95eda8e730f7f1bd603c6eec4ced09643dc.tar.gz ingen-a9c6a95eda8e730f7f1bd603c6eec4ced09643dc.tar.bz2 ingen-a9c6a95eda8e730f7f1bd603c6eec4ced09643dc.zip |
Trim raul/Atom.hpp include tree.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2782 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/client/HTTPClientReceiver.cpp | 1 | ||||
-rw-r--r-- | src/client/ObjectModel.hpp | 1 | ||||
-rw-r--r-- | src/engine/GraphObjectImpl.cpp | 1 | ||||
-rw-r--r-- | src/engine/HTTPEngineReceiver.cpp | 1 | ||||
-rw-r--r-- | src/engine/MessageContext.cpp | 1 | ||||
-rw-r--r-- | src/engine/NodeFactory.cpp | 1 | ||||
-rw-r--r-- | src/engine/ObjectBuffer.hpp | 1 | ||||
-rw-r--r-- | src/engine/ProcessSlave.cpp | 1 | ||||
-rw-r--r-- | src/engine/events/SendBinding.hpp | 1 | ||||
-rw-r--r-- | src/engine/events/SetMetadata.hpp | 1 | ||||
-rw-r--r-- | src/gui/PatchWindow.hpp | 3 | ||||
-rw-r--r-- | src/serialisation/serialisation.cpp | 1 |
12 files changed, 1 insertions, 13 deletions
diff --git a/src/client/HTTPClientReceiver.cpp b/src/client/HTTPClientReceiver.cpp index caabd20d..4ccf8a8a 100644 --- a/src/client/HTTPClientReceiver.cpp +++ b/src/client/HTTPClientReceiver.cpp @@ -27,7 +27,6 @@ #include <libsoup/soup.h> #include "raul/log.hpp" -#include "raul/Atom.hpp" #include "module/Module.hpp" #include "module/World.hpp" diff --git a/src/client/ObjectModel.hpp b/src/client/ObjectModel.hpp index dc7f8f5e..9f480567 100644 --- a/src/client/ObjectModel.hpp +++ b/src/client/ObjectModel.hpp @@ -24,7 +24,6 @@ #include <cassert> #include <boost/utility.hpp> #include <sigc++/sigc++.h> -#include "raul/Atom.hpp" #include "raul/Path.hpp" #include "raul/URI.hpp" #include "raul/SharedPtr.hpp" diff --git a/src/engine/GraphObjectImpl.cpp b/src/engine/GraphObjectImpl.cpp index 52becaf9..83d19896 100644 --- a/src/engine/GraphObjectImpl.cpp +++ b/src/engine/GraphObjectImpl.cpp @@ -15,7 +15,6 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "raul/Atom.hpp" #include "GraphObjectImpl.hpp" #include "PatchImpl.hpp" #include "EngineStore.hpp" diff --git a/src/engine/HTTPEngineReceiver.cpp b/src/engine/HTTPEngineReceiver.cpp index 9982b97e..6308341b 100644 --- a/src/engine/HTTPEngineReceiver.cpp +++ b/src/engine/HTTPEngineReceiver.cpp @@ -23,7 +23,6 @@ #include <libsoup/soup.h> -#include "raul/Atom.hpp" #include "raul/SharedPtr.hpp" #include "raul/log.hpp" diff --git a/src/engine/MessageContext.cpp b/src/engine/MessageContext.cpp index 7fe92801..5a032884 100644 --- a/src/engine/MessageContext.cpp +++ b/src/engine/MessageContext.cpp @@ -17,7 +17,6 @@ #include "lv2/lv2plug.in/ns/ext/contexts/contexts.h" #include "raul/log.hpp" -#include "raul/Atom.hpp" #include "ConnectionImpl.hpp" #include "Engine.hpp" #include "MessageContext.hpp" diff --git a/src/engine/NodeFactory.cpp b/src/engine/NodeFactory.cpp index d4b650a9..8af8fe12 100644 --- a/src/engine/NodeFactory.cpp +++ b/src/engine/NodeFactory.cpp @@ -23,7 +23,6 @@ #include <glibmm/miscutils.h> #include "redlandmm/World.hpp" #include "raul/log.hpp" -#include "raul/Atom.hpp" #include "ingen-config.h" #include "module/World.hpp" #include "internals/Controller.hpp" diff --git a/src/engine/ObjectBuffer.hpp b/src/engine/ObjectBuffer.hpp index 09e150cb..9854e025 100644 --- a/src/engine/ObjectBuffer.hpp +++ b/src/engine/ObjectBuffer.hpp @@ -18,7 +18,6 @@ #ifndef INGEN_ENGINE_OBJECTBUFFER_HPP #define INGEN_ENGINE_OBJECTBUFFER_HPP -#include "raul/Atom.hpp" #include "lv2/lv2plug.in/ns/ext/atom/atom.h" #include "interface/PortType.hpp" #include "Buffer.hpp" diff --git a/src/engine/ProcessSlave.cpp b/src/engine/ProcessSlave.cpp index e58ae840..234f8cf1 100644 --- a/src/engine/ProcessSlave.cpp +++ b/src/engine/ProcessSlave.cpp @@ -15,7 +15,6 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "raul/Atom.hpp" #include "ProcessSlave.hpp" #include "NodeImpl.hpp" #include "CompiledPatch.hpp" diff --git a/src/engine/events/SendBinding.hpp b/src/engine/events/SendBinding.hpp index b30ea5a2..c9def7ff 100644 --- a/src/engine/events/SendBinding.hpp +++ b/src/engine/events/SendBinding.hpp @@ -18,7 +18,6 @@ #ifndef INGEN_EVENTS_SENDBINDING_HPP #define INGEN_EVENTS_SENDBINDING_HPP -#include "raul/Atom.hpp" #include "engine/Event.hpp" #include "engine/ControlBindings.hpp" #include "engine/types.hpp" diff --git a/src/engine/events/SetMetadata.hpp b/src/engine/events/SetMetadata.hpp index 3b455248..b2e73679 100644 --- a/src/engine/events/SetMetadata.hpp +++ b/src/engine/events/SetMetadata.hpp @@ -20,7 +20,6 @@ #include <vector> #include "raul/URI.hpp" -#include "raul/Atom.hpp" #include "shared/ResourceImpl.hpp" #include "QueuedEvent.hpp" diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp index ad0b13ed..3c35e7db 100644 --- a/src/gui/PatchWindow.hpp +++ b/src/gui/PatchWindow.hpp @@ -21,11 +21,10 @@ #include <gtkmm.h> #include <libglademm/xml.h> #include <libglademm.h> -#include "raul/Atom.hpp" #include "raul/SharedPtr.hpp" #include "Window.hpp" -namespace Raul { class Path; } +namespace Raul { class Atom; class Path; } namespace Ingen { diff --git a/src/serialisation/serialisation.cpp b/src/serialisation/serialisation.cpp index c0e748ab..91c435e3 100644 --- a/src/serialisation/serialisation.cpp +++ b/src/serialisation/serialisation.cpp @@ -15,7 +15,6 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "raul/Atom.hpp" #include "module/Module.hpp" #include "module/World.hpp" #include "Parser.hpp" |