diff options
author | David Robillard <d@drobilla.net> | 2015-02-20 11:13:30 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-20 11:17:28 -0500 |
commit | c88c6310dd4ebe16c64d1c498155aaed302699b4 (patch) | |
tree | d556853a3fa4b95f7ab2c7a7159f521843712165 /lv2/lv2plug.in/ns/ext/morph | |
parent | bca3727839288d70293f4443246973e98c050e49 (diff) | |
download | lv2-c88c6310dd4ebe16c64d1c498155aaed302699b4.tar.xz |
Remove unnecessary includes.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/morph')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/morph/morph.h | 5 |
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 "#" |