diff --git a/game/server/tf2base/entity_forcerespawn.cpp b/game/server/tf2base/entity_forcerespawn.cpp index f4a1a5e3..1fb89645 100644 --- a/game/server/tf2base/entity_forcerespawn.cpp +++ b/game/server/tf2base/entity_forcerespawn.cpp @@ -5,7 +5,7 @@ //=============================================================================// #include "cbase.h" -#include "tf/tf_shareddefs.h" +#include "tf2base/tf_shareddefs.h" #include "entity_forcerespawn.h" #include "tf_player.h" diff --git a/game/server/tf2base/entity_tfstart.cpp b/game/server/tf2base/entity_tfstart.cpp index bcaef65a..5b4d9f4e 100644 --- a/game/server/tf2base/entity_tfstart.cpp +++ b/game/server/tf2base/entity_tfstart.cpp @@ -5,7 +5,7 @@ //=============================================================================// #include "cbase.h" -#include "tf/tf_shareddefs.h" +#include "tf2base/tf_shareddefs.h" #include "entity_tfstart.h" #include "team_control_point.h" #include "team_control_point_round.h"