summaryrefslogtreecommitdiffstats
path: root/src/server/ArcImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/ArcImpl.cpp')
-rw-r--r--src/server/ArcImpl.cpp15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/server/ArcImpl.cpp b/src/server/ArcImpl.cpp
index ffdddb8e..591c1391 100644
--- a/src/server/ArcImpl.cpp
+++ b/src/server/ArcImpl.cpp
@@ -14,17 +14,20 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "ingen/URIs.hpp"
-#include "lv2/atom/util.h"
-
#include "ArcImpl.hpp"
-#include "BlockImpl.hpp"
+
#include "Buffer.hpp"
#include "BufferFactory.hpp"
-#include "Engine.hpp"
#include "InputPort.hpp"
-#include "OutputPort.hpp"
#include "PortImpl.hpp"
+#include "PortType.hpp"
+
+#include "ingen/URIs.hpp"
+#include "raul/Path.hpp"
+
+#include <algorithm>
+#include <cassert>
+#include <string>
namespace ingen {
namespace server {