mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- header cleanup in gl_interface.cpp
# Conflicts: # source/common/rendering/gl_load/gl_interface.cpp
This commit is contained in:
parent
53891004a0
commit
a223535f86
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
|||
*/
|
||||
|
||||
#include "gl_system.h"
|
||||
#include "engineerrors.h"
|
||||
#include "tarray.h"
|
||||
#include "basics.h"
|
||||
#include "m_argv.h"
|
||||
|
@ -40,7 +41,6 @@
|
|||
#include "v_video.h"
|
||||
#include "printf.h"
|
||||
#include "gl_interface.h"
|
||||
#include "gamecvars.h"
|
||||
|
||||
static TArray<FString> m_Extensions;
|
||||
RenderContext gl;
|
||||
|
|
Loading…
Reference in a new issue