- Remove wrong GL includes.

This commit is contained in:
drfrag 2020-05-27 18:41:34 +02:00 committed by Christoph Oelckers
parent 2a063c96da
commit 332dfa4d6f
2 changed files with 0 additions and 6 deletions

View file

@ -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)
//==========================================================================

View file

@ -25,7 +25,6 @@
**
*/
#include "gl_system.h"
#include "gi.h"
#include "a_dynlight.h"
#include "m_png.h"