mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- remove gi.h includes in backend code.
This commit is contained in:
parent
01f8131969
commit
34f30ee70b
2 changed files with 0 additions and 2 deletions
|
@ -49,7 +49,6 @@
|
|||
#include "v_draw.h"
|
||||
#include "g_input.h"
|
||||
#include "texturemanager.h"
|
||||
#include "gi.h"
|
||||
|
||||
// Text mode color values
|
||||
enum{
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
*/
|
||||
|
||||
#include "files.h"
|
||||
#include "gi.h"
|
||||
#include "bitmap.h"
|
||||
#include "textures.h"
|
||||
#include "imagehelpers.h"
|
||||
|
|
Loading…
Reference in a new issue