- removed OpenGL headers from non-backend files.

This commit is contained in:
Christoph Oelckers 2019-10-05 13:57:26 +02:00
parent 3c193bb243
commit f99492d6d5
9 changed files with 23 additions and 40 deletions

View file

@ -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