summaryrefslogtreecommitdiffstats
path: root/lilv/lilvmm.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-16 16:59:26 +0100
committerDavid Robillard <d@drobilla.net>2020-12-16 16:59:26 +0100
commita0a127b5c6395fc402861f95852b9624f9d2621f (patch)
treeebb8efcb3c132d3e1e17cbaff9bae439c90c5a2f /lilv/lilvmm.hpp
parent644cf095d12f74c67f323c355dbae0059d02f1f3 (diff)
downloadlilv-a0a127b5c6395fc402861f95852b9624f9d2621f.tar.gz
lilv-a0a127b5c6395fc402861f95852b9624f9d2621f.tar.bz2
lilv-a0a127b5c6395fc402861f95852b9624f9d2621f.zip
Clean up includes
Diffstat (limited to 'lilv/lilvmm.hpp')
-rw-r--r--lilv/lilvmm.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/lilv/lilvmm.hpp b/lilv/lilvmm.hpp
index 4a90e6d..c42de2f 100644
--- a/lilv/lilvmm.hpp
+++ b/lilv/lilvmm.hpp
@@ -18,6 +18,10 @@
#define LILV_LILVMM_HPP
#include "lilv/lilv.h"
+#include "lv2/core/lv2.h"
+
+#include <cstdarg>
+#include <cstdint>
namespace Lilv {
@@ -29,6 +33,20 @@ namespace Lilv {
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
+struct Instance;
+struct Node;
+struct Nodes;
+struct Plugin;
+struct PluginClass;
+struct PluginClasses;
+struct Plugins;
+struct Port;
+struct ScalePoint;
+struct ScalePoints;
+struct UI;
+struct UIs;
+struct World;
+
LILV_DEPRECATED
static inline const char*
uri_to_path(const char* uri) {