From 33a325a7304e644cb0f3a2ecb5145f7774301712 Mon Sep 17 00:00:00 2001 From: Themaister Date: Wed, 7 Dec 2011 01:13:06 +0100 Subject: [PATCH] Nit. --- gfx/gl_common.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gfx/gl_common.h b/gfx/gl_common.h index 261641865d..d5ab155c45 100644 --- a/gfx/gl_common.h +++ b/gfx/gl_common.h @@ -25,11 +25,10 @@ #include "../config.h" #endif -#ifdef __APPLE__ +#if defined(__APPLE__) #include #include -#else -#ifdef __CELLOS_LV2__ +#elif defined(__CELLOS_LV2__) #include #include #include @@ -38,7 +37,6 @@ #include #include #endif -#endif static inline bool gl_check_error(void) {