mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 23:19:57 +01:00
bootmanager.cpp: Removed seemingly unused include on MacOS
This commit is contained in:
parent
5937e0bf12
commit
f326e39dba
@ -29,7 +29,6 @@
|
||||
|
||||
#ifdef ENABLE_OPENGL
|
||||
#include <glad/glad.h>
|
||||
|
||||
#include <QOffscreenSurface>
|
||||
#include <QOpenGLContext>
|
||||
#endif
|
||||
@ -37,9 +36,7 @@
|
||||
#if defined(__APPLE__)
|
||||
#include <objc/message.h>
|
||||
#include <objc/objc.h>
|
||||
#endif
|
||||
|
||||
#if !defined(WIN32)
|
||||
#elif !defined(WIN32)
|
||||
#include <qpa/qplatformnativeinterface.h>
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user