aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-20 11:13:30 -0500
committerDavid Robillard <d@drobilla.net>2015-02-20 11:17:28 -0500
commitc88c6310dd4ebe16c64d1c498155aaed302699b4 (patch)
treed556853a3fa4b95f7ab2c7a7159f521843712165 /lv2
parentbca3727839288d70293f4443246973e98c050e49 (diff)
downloadlv2-c88c6310dd4ebe16c64d1c498155aaed302699b4.tar.xz
Remove unnecessary includes.
Diffstat (limited to 'lv2')
-rw-r--r--lv2/lv2plug.in/ns/ext/morph/morph.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lv2/lv2plug.in/ns/ext/morph/morph.h b/lv2/lv2plug.in/ns/ext/morph/morph.h
index f16f334..ce1a4ec 100644
--- a/lv2/lv2plug.in/ns/ext/morph/morph.h
+++ b/lv2/lv2plug.in/ns/ext/morph/morph.h
@@ -26,11 +26,6 @@
#ifndef LV2_MORPH_H
#define LV2_MORPH_H
-#include <stdint.h>
-
-#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
-#include "lv2/lv2plug.in/ns/ext/urid/urid.h"
-
#define LV2_MORPH_URI "http://lv2plug.in/ns/ext/morph"
#define LV2_MORPH_PREFIX LV2_MORPH_URI "#"