- gl_system.h as well, in particular this has no place in hw_* files.

This commit is contained in:
Christoph Oelckers 2018-05-16 23:34:52 +02:00
commit c0837f42bd
55 changed files with 69 additions and 75 deletions

View file

@ -28,7 +28,7 @@
#include "templates.h"
#include "doomstat.h"
#include "r_data/colormaps.h"
#include "gl/system/gl_system.h"
#include "gl_load/gl_system.h"
#include "gl_load/gl_interface.h"
#include "gl/data/gl_vertexbuffer.h"
#include "hwrenderer/utility/hw_cvars.h"