summaryrefslogtreecommitdiffstats
path: root/src/server/BlockImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/BlockImpl.hpp')
-rw-r--r--src/server/BlockImpl.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/BlockImpl.hpp b/src/server/BlockImpl.hpp
index 674675a5..a5f5963a 100644
--- a/src/server/BlockImpl.hpp
+++ b/src/server/BlockImpl.hpp
@@ -24,7 +24,6 @@
#include "ingen/Node.hpp"
#include "ingen/Properties.hpp"
-#include "ingen/Resource.hpp"
#include "ingen/URI.hpp"
#include "lilv/lilv.h"
#include "lv2/urid/urid.h"
@@ -43,6 +42,9 @@ class Symbol;
} // namespace Raul
namespace ingen {
+
+class Resource;
+
namespace server {
class BufferFactory;