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) {