diff options
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/gc_client.cpp | 2 | ||||
| -rw-r--r-- | src/game/client/gc_hooks.cpp | 1 | ||||
| -rw-r--r-- | src/game/client/gc_menu.cpp | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index d3e3009a..e460abe0 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -11,10 +11,8 @@ extern "C" { #include "../g_game.h" #include "../g_version.h" -#include "../g_mapres.h" #include "../g_layers.h" #include "gc_map_image.h" -#include "gc_mapres_tilemap.h" #include "../generated/gc_data.h" #include "gc_menu.h" #include "gc_skin.h" diff --git a/src/game/client/gc_hooks.cpp b/src/game/client/gc_hooks.cpp index d0754c09..a58b554a 100644 --- a/src/game/client/gc_hooks.cpp +++ b/src/game/client/gc_hooks.cpp @@ -17,7 +17,6 @@ extern "C" { #include "gc_skin.h" #include "gc_render.h" #include "gc_map_image.h" -#include "gc_mapres_tilemap.h" extern unsigned char internal_data[]; diff --git a/src/game/client/gc_menu.cpp b/src/game/client/gc_menu.cpp index cc9eaaea..66e5798c 100644 --- a/src/game/client/gc_menu.cpp +++ b/src/game/client/gc_menu.cpp @@ -14,7 +14,6 @@ extern "C" { #include <engine/client/ec_font.h> } -#include "../g_mapres.h" #include "../g_version.h" #include "../g_protocol.h" |