diff --git a/uppsrc/plugin/glew/eglew.h b/uppsrc/plugin/glew/eglew.h index e9e5a0b29..9eecb3618 100644 --- a/uppsrc/plugin/glew/eglew.h +++ b/uppsrc/plugin/glew/eglew.h @@ -106,11 +106,7 @@ #include #include -#ifndef GLEW_INCLUDE -# include -#else -# include GLEW_INCLUDE -#endif +#include "glew.h" #ifdef __cplusplus extern "C" { diff --git a/uppsrc/plugin/glew/glxew.h b/uppsrc/plugin/glew/glxew.h index 0474ed5ed..c76627854 100644 --- a/uppsrc/plugin/glew/glxew.h +++ b/uppsrc/plugin/glew/glxew.h @@ -99,11 +99,7 @@ #include #include -#ifndef GLEW_INCLUDE -# include -#else -# include GLEW_INCLUDE -#endif +#include "glew.h" #ifdef __cplusplus extern "C" {