summaryrefslogtreecommitdiffstats
path: root/include/ingen/EngineBase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/EngineBase.hpp')
-rw-r--r--include/ingen/EngineBase.hpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/ingen/EngineBase.hpp b/include/ingen/EngineBase.hpp
index 3e9366f8..80d1c789 100644
--- a/include/ingen/EngineBase.hpp
+++ b/include/ingen/EngineBase.hpp
@@ -18,14 +18,8 @@
#ifndef INGEN_ENGINE_BASE_HPP
#define INGEN_ENGINE_BASE_HPP
-#include "raul/SharedPtr.hpp"
-
-namespace Raul { class Maid; }
-
namespace Ingen {
-namespace Shared { class World; }
-
/**
The engine which executes the process graph.
@@ -47,7 +41,7 @@ public:
virtual void deactivate() = 0;
/**
- Indicate that a quit is desired
+ Indicate that a quit is desired.
This function simply sets a flag which affects the return value of
main_iteration, it does not actually force the engine to stop running or