From 8c854bd336b45db17b48c2101fb2846f84726cdc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Dec 2020 22:14:40 +0100 Subject: Clean up includes in core and server --- src/server/InputPort.hpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/server/InputPort.hpp') diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp index 20fa84e2..e39c22a5 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -17,7 +17,7 @@ #ifndef INGEN_ENGINE_INPUTPORT_HPP #define INGEN_ENGINE_INPUTPORT_HPP -#include "ArcImpl.hpp" +#include "ArcImpl.hpp" // IWYU pragma: keep #include "PortImpl.hpp" #include "PortType.hpp" #include "types.hpp" @@ -25,15 +25,21 @@ #include "lv2/urid/urid.h" #include "raul/Maid.hpp" -#include #include #include #include -#include namespace Raul { class Symbol; } +namespace boost { +namespace intrusive { + +template struct constant_time_size; + +} // namespace intrusive +} // namespace boost + namespace ingen { class Atom; -- cgit v1.2.1