Skip to content

Commit

Permalink
- Remove wrong GL includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
drfrag666 authored and coelckers committed May 27, 2020
1 parent 2a063c9 commit 332dfa4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/common/platform/win32/win32basevideo.cpp
Expand Up @@ -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"
Expand All @@ -52,8 +49,6 @@
#include "win32basevideo.h"
#include "cmdlib.h"

#include "gl_framebuffer.h"

CVAR(Int, vid_adapter, 1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)

//==========================================================================
Expand Down
1 change: 0 additions & 1 deletion src/rendering/hwrenderer/hw_entrypoint.cpp
Expand Up @@ -25,7 +25,6 @@
**
*/

#include "gl_system.h"
#include "gi.h"
#include "a_dynlight.h"
#include "m_png.h"
Expand Down

0 comments on commit 332dfa4

Please sign in to comment.