mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 03:00:58 +00:00
- removed OpenGL headers from non-backend files.
This commit is contained in:
parent
3c193bb243
commit
f99492d6d5
9 changed files with 23 additions and 40 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <CommCtrl.h>
|
||||
#include <signal.h>
|
||||
#include <string>
|
||||
# include "glad/glad.h"
|
||||
|
||||
#include "a.h"
|
||||
#include "build.h"
|
||||
|
@ -24,7 +25,6 @@
|
|||
#include "../../glbackend/glbackend.h"
|
||||
|
||||
#ifdef USE_OPENGL
|
||||
# include "glad/glad.h"
|
||||
# include "glbuild.h"
|
||||
# include "glsurface.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue