From 3451fdb8c02b72c8cf48f6a698bddd37ca076bd4 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Tue, 17 May 2022 16:08:37 -0700 Subject: [PATCH] gloffscreen.h: Remove platform-specific includes --- hw/xbox/nv2a/gl/gloffscreen.h | 10 ---------- 1 file changed, 10 deletions(-) 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;