From 2d0e426fa94e292e4980e6f74cf78edb02cef9fb Mon Sep 17 00:00:00 2001 From: Lubos Date: Sun, 28 Aug 2022 14:26:50 +0200 Subject: [PATCH] OpenXR - Keep using GLES2 headers for now --- Common/GPU/OpenGL/GLCommon.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Common/GPU/OpenGL/GLCommon.h b/Common/GPU/OpenGL/GLCommon.h index 126f4311be..26f9220d7f 100644 --- a/Common/GPU/OpenGL/GLCommon.h +++ b/Common/GPU/OpenGL/GLCommon.h @@ -5,9 +5,6 @@ #if PPSSPP_PLATFORM(IOS) #include #include -#elif defined(OPEXR) -#include -#include #elif defined(USING_GLES2) #include #include