diff --git a/ryzom/server/src/input_output_service/input_output_service.cpp b/ryzom/server/src/input_output_service/input_output_service.cpp index ff9098e76..5ceea4625 100644 --- a/ryzom/server/src/input_output_service/input_output_service.cpp +++ b/ryzom/server/src/input_output_service/input_output_service.cpp @@ -24,7 +24,6 @@ #include "game_share/tick_event_handler.h" #include "game_share/msg_client_server.h" #include "game_share/mode_and_behaviour.h" //TEMP!!! -#include "game_share/news_types.h" #include "game_share/bot_chat_types.h" #include "game_share/brick_types.h" #include "game_share/loot_harvest_state.h" diff --git a/ryzom/server/src/input_output_service/stdpch.h b/ryzom/server/src/input_output_service/stdpch.h index 17f5e6bc5..67599f732 100644 --- a/ryzom/server/src/input_output_service/stdpch.h +++ b/ryzom/server/src/input_output_service/stdpch.h @@ -74,7 +74,6 @@ #include "game_share/mirror_prop_value.h" #include "game_share/mode_and_behaviour.h" #include "game_share/msg_client_server.h" -#include "game_share/news_types.h" #include "game_share/people.h" #include "game_share/player_visual_properties.h" #include "game_share/power_types.h"