summaryrefslogtreecommitdiffstats
path: root/src/engine/EventSink.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/EventSink.hpp')
-rw-r--r--src/engine/EventSink.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/EventSink.hpp b/src/engine/EventSink.hpp
index 9e937d1a..72341b7b 100644
--- a/src/engine/EventSink.hpp
+++ b/src/engine/EventSink.hpp
@@ -21,14 +21,13 @@
#include <list>
#include <utility>
#include <raul/RingBuffer.hpp>
-#include "events/SendPortValueEvent.hpp"
#include "types.hpp"
namespace Ingen {
class PortImpl;
class Engine;
-class SendPortValueEvent;
+class Event;
/** Sink for events generated in the audio thread.