aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-01-09 20:23:19 +0100
committerDavid Robillard <d@drobilla.net>2019-01-10 22:09:30 +0100
commit677eee0a8a1ca270860c11bc411abb48ae5e455e (patch)
tree6c9df76c7628a7e6bea9b21f886bdb988ac4981b /plugins/eg-sampler.lv2
parentca215abd628edda2df021ba8ab67854d2f68d7cb (diff)
downloadlv2-677eee0a8a1ca270860c11bc411abb48ae5e455e.tar.xz
Remove workaround for ancient MSVC
Diffstat (limited to 'plugins/eg-sampler.lv2')
-rw-r--r--plugins/eg-sampler.lv2/sampler.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/eg-sampler.lv2/sampler.c b/plugins/eg-sampler.lv2/sampler.c
index efc479f..369fc1e 100644
--- a/plugins/eg-sampler.lv2/sampler.c
+++ b/plugins/eg-sampler.lv2/sampler.c
@@ -18,13 +18,11 @@
*/
#include <math.h>
+#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#ifndef __cplusplus
-# include <stdbool.h>
-#endif
#include <sndfile.h>