mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix include order in EGL.h.
This commit is contained in:
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <EGL/egl.h>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <EGL/egl.h>
|
||||||
|
|
||||||
#include "Core/ConfigManager.h"
|
#include "Core/ConfigManager.h"
|
||||||
#include "DolphinWX/GLInterface/InterfaceBase.h"
|
#include "DolphinWX/GLInterface/InterfaceBase.h"
|
||||||
|
Reference in New Issue
Block a user