mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fix include order in EGL.h.
This commit is contained in:
parent
ee091329f7
commit
52c1db81ee
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <EGL/egl.h>
|
||||
#include <string>
|
||||
#include <EGL/egl.h>
|
||||
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "DolphinWX/GLInterface/InterfaceBase.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue