diff --git a/src/common/startscreen/startscreen.cpp b/src/common/startscreen/startscreen.cpp index 14adefac4..660561fd2 100644 --- a/src/common/startscreen/startscreen.cpp +++ b/src/common/startscreen/startscreen.cpp @@ -49,7 +49,6 @@ #include "v_draw.h" #include "g_input.h" #include "texturemanager.h" -#include "gi.h" // Text mode color values enum{ diff --git a/src/common/textures/formats/startscreentexture.cpp b/src/common/textures/formats/startscreentexture.cpp index 490b74fd7..85710d42f 100644 --- a/src/common/textures/formats/startscreentexture.cpp +++ b/src/common/textures/formats/startscreentexture.cpp @@ -35,7 +35,6 @@ */ #include "files.h" -#include "gi.h" #include "bitmap.h" #include "textures.h" #include "imagehelpers.h"