diff options
author | David Robillard <d@drobilla.net> | 2012-07-02 20:02:06 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-02 20:02:06 +0000 |
commit | 605a7156d28d7f8b94fce96880139c6c92eb355d (patch) | |
tree | f14c389cd69cd47702d567223285509d078da80f /lv2/lv2plug.in/ns/ext | |
parent | 360399998b3dbacd12d8b8a79f2a97e54be6d43f (diff) | |
download | lv2-605a7156d28d7f8b94fce96880139c6c92eb355d.tar.xz |
Remove unnecessary include.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/morph/morph.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/morph/morph.h b/lv2/lv2plug.in/ns/ext/morph/morph.h index e411e10..3c8ec46 100644 --- a/lv2/lv2plug.in/ns/ext/morph/morph.h +++ b/lv2/lv2plug.in/ns/ext/morph/morph.h @@ -32,8 +32,6 @@ #ifdef __cplusplus extern "C" { -#else -# include <stdbool.h> #endif typedef enum { |