From ea7a53b717340f1319c2badf489040abec210faf Mon Sep 17 00:00:00 2001 From: Fabien_HENON Date: Tue, 24 Jul 2012 22:30:57 +0200 Subject: [PATCH] Changed: #1469 removed a useless header that failed compilation --HG-- branch : gsoc2012-fabien --- .../camera_animation_manager/position_or_entity_type_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/server/src/entities_game_service/camera_animation_manager/position_or_entity_type_helper.h b/code/ryzom/server/src/entities_game_service/camera_animation_manager/position_or_entity_type_helper.h index 6f87b2677..76522c02c 100644 --- a/code/ryzom/server/src/entities_game_service/camera_animation_manager/position_or_entity_type_helper.h +++ b/code/ryzom/server/src/entities_game_service/camera_animation_manager/position_or_entity_type_helper.h @@ -17,7 +17,7 @@ #ifndef RY_POSITIONORENTITYTYPEHELPER_H #define RY_POSITIONORENTITYTYPEHELPER_H -#include "pd_support_service\stat_character.h" +//#include "pd_support_service\stat_character.h" #include "mission_manager\ai_alias_translator.h" #include "nel\misc\entity_id.h" #include "game_share\position_or_entity_type.h"