diff --git a/hw/xbox/nv2a/gl/gloffscreen.h b/hw/xbox/nv2a/gl/gloffscreen.h index 9fae3bde87..caa044d3cb 100644 --- a/hw/xbox/nv2a/gl/gloffscreen.h +++ b/hw/xbox/nv2a/gl/gloffscreen.h @@ -30,18 +30,8 @@ #define GLOFFSCREEN_H_ #include - #include -#if defined(__APPLE__) /* macOS-Specific GL Includes */ -#include -#include -#elif defined(_WIN32) /* Windows-Specific GL Includes */ -#include -#else /* Assume GLX */ -#include -#endif - /* Used to hold data for the OpenGL context */ struct _GloContext; typedef struct _GloContext GloContext;