From 263051a77bea81109cc309621d245bf7bf4eb32f Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 28 Mar 2016 22:20:25 +0200 Subject: [PATCH] - removed a few unnecessary #includes. --- src/fragglescript/t_func.cpp | 1 - src/g_level.cpp | 1 - src/g_shared/a_pickups.cpp | 1 - src/g_shared/shared_sbar.cpp | 1 - src/p_interaction.cpp | 3 +-- src/p_lnspec.cpp | 1 - src/r_draw.cpp | 1 - src/statistics.cpp | 1 - src/thingdef/thingdef.cpp | 1 - src/v_blend.cpp | 1 - 10 files changed, 1 insertion(+), 11 deletions(-) diff --git a/src/fragglescript/t_func.cpp b/src/fragglescript/t_func.cpp index 953297b317..bfda35ad4e 100644 --- a/src/fragglescript/t_func.cpp +++ b/src/fragglescript/t_func.cpp @@ -56,7 +56,6 @@ #include "c_console.h" #include "c_dispatch.h" #include "d_player.h" -#include "a_doomglobal.h" #include "w_wad.h" #include "gi.h" #include "zstring.h" diff --git a/src/g_level.cpp b/src/g_level.cpp index 1a626a40c1..4fab2e28de 100644 --- a/src/g_level.cpp +++ b/src/g_level.cpp @@ -79,7 +79,6 @@ #include "v_palette.h" #include "menu/menu.h" #include "a_sharedglobal.h" -#include "a_strifeglobal.h" #include "r_data/colormaps.h" #include "farchive.h" #include "r_renderer.h" diff --git a/src/g_shared/a_pickups.cpp b/src/g_shared/a_pickups.cpp index b2a80cbc20..76f4bb033f 100644 --- a/src/g_shared/a_pickups.cpp +++ b/src/g_shared/a_pickups.cpp @@ -11,7 +11,6 @@ #include "c_dispatch.h" #include "gstrings.h" #include "templates.h" -#include "a_strifeglobal.h" #include "a_morph.h" #include "a_specialspot.h" #include "thingdef/thingdef.h" diff --git a/src/g_shared/shared_sbar.cpp b/src/g_shared/shared_sbar.cpp index d0153a98fd..16f6d7319e 100644 --- a/src/g_shared/shared_sbar.cpp +++ b/src/g_shared/shared_sbar.cpp @@ -52,7 +52,6 @@ #include "v_palette.h" #include "d_player.h" #include "farchive.h" -#include "a_hexenglobal.h" #include "gstrings.h" #include "../version.h" diff --git a/src/p_interaction.cpp b/src/p_interaction.cpp index 90b43323c2..648b9f46cc 100644 --- a/src/p_interaction.cpp +++ b/src/p_interaction.cpp @@ -47,8 +47,7 @@ #include "b_bot.h" //Added by MC: -#include "ravenshared.h" -#include "a_hexenglobal.h" +#include "d_player.h" #include "a_sharedglobal.h" #include "a_pickups.h" #include "gi.h" diff --git a/src/p_lnspec.cpp b/src/p_lnspec.cpp index 849295c2c0..6c3dccebd8 100644 --- a/src/p_lnspec.cpp +++ b/src/p_lnspec.cpp @@ -51,7 +51,6 @@ #include "gi.h" #include "m_random.h" #include "p_conversation.h" -#include "a_strifeglobal.h" #include "r_data/r_translate.h" #include "p_3dmidtex.h" #include "d_net.h" diff --git a/src/r_draw.cpp b/src/r_draw.cpp index c168176915..a3cb0de03f 100644 --- a/src/r_draw.cpp +++ b/src/r_draw.cpp @@ -33,7 +33,6 @@ #include "v_video.h" #include "doomstat.h" #include "st_stuff.h" -#include "a_hexenglobal.h" #include "g_game.h" #include "g_level.h" #include "r_data/r_translate.h" diff --git a/src/statistics.cpp b/src/statistics.cpp index 292d66f510..3676b8678f 100644 --- a/src/statistics.cpp +++ b/src/statistics.cpp @@ -62,7 +62,6 @@ #include "cmdlib.h" #include "p_terrain.h" #include "decallib.h" -#include "a_doomglobal.h" #include "autosegs.h" #include "i_cd.h" #include "stats.h" diff --git a/src/thingdef/thingdef.cpp b/src/thingdef/thingdef.cpp index 551dde93af..a24e8831c9 100644 --- a/src/thingdef/thingdef.cpp +++ b/src/thingdef/thingdef.cpp @@ -57,7 +57,6 @@ #include "m_argv.h" #include "p_local.h" #include "doomerrors.h" -#include "a_hexenglobal.h" #include "a_weaponpiece.h" #include "p_conversation.h" #include "v_text.h" diff --git a/src/v_blend.cpp b/src/v_blend.cpp index 3aff4a3a31..b8f3e713d7 100644 --- a/src/v_blend.cpp +++ b/src/v_blend.cpp @@ -52,7 +52,6 @@ #include "v_palette.h" #include "d_player.h" #include "farchive.h" -#include "a_hexenglobal.h"