summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Block.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-10 12:55:11 -0500
committerDavid Robillard <d@drobilla.net>2025-02-10 16:07:44 -0500
commit270c5ae9ff1fda19864b9aea9232f3cd48c879a8 (patch)
tree0ed89d69887590167275c3656e15599852969c12 /src/server/LV2Block.hpp
parent8b50a27c323c0a8327c90cc139a6005486e8b834 (diff)
downloadingen-270c5ae9ff1fda19864b9aea9232f3cd48c879a8.tar.gz
ingen-270c5ae9ff1fda19864b9aea9232f3cd48c879a8.tar.bz2
ingen-270c5ae9ff1fda19864b9aea9232f3cd48c879a8.zip
Clean up includes and forward declarations
Diffstat (limited to 'src/server/LV2Block.hpp')
-rw-r--r--src/server/LV2Block.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/server/LV2Block.hpp b/src/server/LV2Block.hpp
index 7b7466bb..78b5ffac 100644
--- a/src/server/LV2Block.hpp
+++ b/src/server/LV2Block.hpp
@@ -23,8 +23,6 @@
#include "types.hpp"
#include <ingen/LV2Features.hpp>
-#include <ingen/Properties.hpp>
-#include <ingen/URI.hpp>
#include <lilv/lilv.h>
#include <lv2/worker/worker.h>
#include <raul/Array.hpp>
@@ -41,7 +39,6 @@
#include <filesystem>
#include <memory>
#include <mutex>
-#include <optional>
namespace raul {
class Symbol;
@@ -49,18 +46,14 @@ class Symbol;
namespace ingen {
-class Resource;
class URIs;
class World;
namespace server {
class BufferFactory;
-class Engine;
class GraphImpl;
class LV2Plugin;
-class RunContext;
-class Worker;
/** An instance of a LV2 plugin.
*