MacOS: Move includes inside #ifdef so OpenGL can be disabled

(cherry picked from commit 94c7c2b780)
This commit is contained in:
Stuart Carnie 2025-10-06 06:20:44 +11:00 committed by Rémi Verschelde
parent 1d50fc26b4
commit 7f9232c84e
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -30,11 +30,11 @@
#import "embedded_gl_manager.h"
#if defined(MACOS_ENABLED) && defined(GLES3_ENABLED)
#import "drivers/gles3/storage/texture_storage.h"
#import "platform_gl.h"
#if defined(MACOS_ENABLED) && defined(GLES3_ENABLED)
#import <QuartzCore/QuartzCore.h>
#include <dlfcn.h>