- remove gi.h includes in backend code.

This commit is contained in:
Christoph Oelckers 2022-10-02 14:04:24 +02:00
parent 01f8131969
commit 34f30ee70b
2 changed files with 0 additions and 2 deletions

View file

@ -49,7 +49,6 @@
#include "v_draw.h"
#include "g_input.h"
#include "texturemanager.h"
#include "gi.h"
// Text mode color values
enum{

View file

@ -35,7 +35,6 @@
*/
#include "files.h"
#include "gi.h"
#include "bitmap.h"
#include "textures.h"
#include "imagehelpers.h"