diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7909ec5dd..366a3a663 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1147,7 +1147,6 @@ set (PCH_SOURCES zstrformat.cpp g_inventory/a_ammo.cpp g_inventory/a_armor.cpp - g_inventory/a_artifacts.cpp g_inventory/a_keys.cpp g_inventory/a_pickups.cpp g_inventory/a_weaponpiece.cpp diff --git a/src/am_map.cpp b/src/am_map.cpp index 70d439d9d..1f2b4f473 100644 --- a/src/am_map.cpp +++ b/src/am_map.cpp @@ -66,7 +66,6 @@ #include "gstrings.h" #include "am_map.h" -#include "a_artifacts.h" #include "po_man.h" #include "a_keys.h" #include "r_data/colormaps.h" diff --git a/src/d_player.h b/src/d_player.h index 16bcb1805..e4db7336f 100644 --- a/src/d_player.h +++ b/src/d_player.h @@ -29,7 +29,6 @@ #include "d_ticcmd.h" #include "doomstat.h" -#include "a_artifacts.h" #include "a_weapons.h" // The player data structure depends on a number diff --git a/src/dobjtype.cpp b/src/dobjtype.cpp index a041b4b9d..b135c1b65 100644 --- a/src/dobjtype.cpp +++ b/src/dobjtype.cpp @@ -45,7 +45,6 @@ #include "autosegs.h" #include "v_text.h" #include "a_pickups.h" -#include "a_artifacts.h" #include "a_weaponpiece.h" #include "d_player.h" #include "doomerrors.h" diff --git a/src/g_game.cpp b/src/g_game.cpp index adde5ec48..c98eee244 100644 --- a/src/g_game.cpp +++ b/src/g_game.cpp @@ -71,7 +71,6 @@ #include "m_png.h" #include "gi.h" #include "a_keys.h" -#include "a_artifacts.h" #include "r_data/r_translate.h" #include "cmdlib.h" #include "d_net.h" diff --git a/src/g_inventory/a_artifacts.cpp b/src/g_inventory/a_artifacts.cpp deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/g_inventory/a_artifacts.h b/src/g_inventory/a_artifacts.h deleted file mode 100644 index 5f5bd1e88..000000000 --- a/src/g_inventory/a_artifacts.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __A_ARTIFACTS_H__ -#define __A_ARTIFACTS_H__ - -#include "a_pickups.h" - -#endif //__A_ARTIFACTS_H__ diff --git a/src/g_shared/a_morph.cpp b/src/g_shared/a_morph.cpp index 12b359a14..a1db0a15a 100644 --- a/src/g_shared/a_morph.cpp +++ b/src/g_shared/a_morph.cpp @@ -1,6 +1,5 @@ #include "info.h" #include "a_pickups.h" -#include "a_artifacts.h" #include "gstrings.h" #include "p_local.h" #include "gi.h" diff --git a/src/g_shared/sbarinfo.cpp b/src/g_shared/sbarinfo.cpp index fb7d42a46..5ba0b62b8 100644 --- a/src/g_shared/sbarinfo.cpp +++ b/src/g_shared/sbarinfo.cpp @@ -51,7 +51,6 @@ #include "sbarinfo.h" #include "gi.h" #include "r_data/r_translate.h" -#include "a_artifacts.h" #include "a_weaponpiece.h" #include "g_level.h" #include "v_palette.h" diff --git a/src/scripting/thingdef.cpp b/src/scripting/thingdef.cpp index 38e58d6f0..c94e320be 100644 --- a/src/scripting/thingdef.cpp +++ b/src/scripting/thingdef.cpp @@ -56,7 +56,6 @@ #include "m_argv.h" #include "p_local.h" #include "doomerrors.h" -#include "a_artifacts.h" #include "a_weaponpiece.h" #include "p_conversation.h" #include "v_text.h" diff --git a/src/scripting/thingdef_properties.cpp b/src/scripting/thingdef_properties.cpp index 947ee1587..3eed959f3 100644 --- a/src/scripting/thingdef_properties.cpp +++ b/src/scripting/thingdef_properties.cpp @@ -57,7 +57,6 @@ #include "p_effect.h" #include "v_palette.h" #include "doomerrors.h" -#include "a_artifacts.h" #include "p_conversation.h" #include "v_text.h" #include "thingdef.h"