summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/Driver.hpp2
-rw-r--r--src/server/events/Disconnect.hpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp
index 52adbdc9..f86d06a3 100644
--- a/src/server/Driver.hpp
+++ b/src/server/Driver.hpp
@@ -17,8 +17,6 @@
#ifndef INGEN_ENGINE_DRIVER_HPP
#define INGEN_ENGINE_DRIVER_HPP
-#include <boost/intrusive/list.hpp>
-
#include "raul/Noncopyable.hpp"
#include "DuplexPort.hpp"
diff --git a/src/server/events/Disconnect.hpp b/src/server/events/Disconnect.hpp
index 87fbced9..de176d34 100644
--- a/src/server/events/Disconnect.hpp
+++ b/src/server/events/Disconnect.hpp
@@ -65,7 +65,7 @@ public:
bool execute(ProcessContext& context, bool set_dst_buffers);
- InputPort* head() { return _dst_input_port; }
+ inline InputPort* head() { return _dst_input_port; }
private:
Engine& _engine;