From 677eee0a8a1ca270860c11bc411abb48ae5e455e Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Wed, 9 Jan 2019 20:23:19 +0100
Subject: Remove workaround for ancient MSVC

---
 lv2/core/lv2_util.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'lv2/core')

diff --git a/lv2/core/lv2_util.h b/lv2/core/lv2_util.h
index e82d097..7717b72 100644
--- a/lv2/core/lv2_util.h
+++ b/lv2/core/lv2_util.h
@@ -21,14 +21,13 @@
 */
 
 #include <stdarg.h>
+#include <stdbool.h>
 #include <string.h>
 
 #include "lv2/core/lv2.h"
 
 #ifdef __cplusplus
 extern "C" {
-#else
-#    include <stdbool.h>
 #endif
 
 /**
-- 
cgit v1.2.1