mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- Remove wrong GL includes.
This commit is contained in:
parent
2a063c96da
commit
332dfa4d6f
2 changed files with 0 additions and 6 deletions
|
@ -33,10 +33,7 @@
|
|||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <GL/gl.h>
|
||||
#include "wglext.h"
|
||||
|
||||
#include "gl_sysfb.h"
|
||||
#include "hardware.h"
|
||||
#include "x86.h"
|
||||
#include "templates.h"
|
||||
|
@ -52,8 +49,6 @@
|
|||
#include "win32basevideo.h"
|
||||
#include "cmdlib.h"
|
||||
|
||||
#include "gl_framebuffer.h"
|
||||
|
||||
CVAR(Int, vid_adapter, 1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#include "gl_system.h"
|
||||
#include "gi.h"
|
||||
#include "a_dynlight.h"
|
||||
#include "m_png.h"
|
||||
|
|
Loading…
Reference in a new issue