mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-05 18:23:39 -04:00
bootmanager.cpp: Removed seemingly unused include on MacOS
This commit is contained in:
parent
5937e0bf12
commit
f326e39dba
1 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue