bootmanager.cpp: Disabled erroneous format checking for order-sensitive include
This commit is contained in:
parent
980f8e02e5
commit
f7361fdebb
1 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,9 @@
|
|||
#include "video_core/renderer_software/renderer_software.h"
|
||||
|
||||
#ifdef ENABLE_OPENGL
|
||||
#include <glad/glad.h>
|
||||
// clang-format off
|
||||
#include <glad/glad.h> // Must be included first
|
||||
// clang-format on
|
||||
#include <QOffscreenSurface>
|
||||
#include <QOpenGLContext>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue