Changed: Use RYZOM_VERSION from config.h (generated by CMake)

This commit is contained in:
kervala 2015-11-29 14:37:14 +01:00
parent bdcdc7c693
commit 0ad9f15831
5 changed files with 12 additions and 7 deletions

View file

@ -39,7 +39,6 @@
#include "nel/3d/u_scene.h"
// Game Share.
#include "game_share/time_weather_season/time_and_season.h"
#include "game_share/ryzom_version.h"
#ifdef HAVE_CONFIG_H
# include "config.h"

View file

@ -46,7 +46,6 @@
#include "game_share/generic_xml_msg_mngr.h"
#include "game_share/visual_slot_manager.h"
#include "game_share/mode_and_behaviour.h"
#include "game_share/ryzom_version.h"
#include "game_share/brick_types.h"
#include "game_share/time_weather_season/time_and_season.h"
@ -101,6 +100,10 @@
#include "zone_util.h"
#include "nel/gui/lua_manager.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
//
// Only the define FINAL_VERSION can be defined on the project, not in this file

View file

@ -19,7 +19,10 @@
#include "nel/misc/common.h"
#include "nel/misc/file.h"
#include "game_share/ryzom_version.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "game_share/tick_event_handler.h"
#include "game_share/singleton_registry.h"

View file

@ -30,9 +30,6 @@
#include <shellapi.h>
#endif
// game share
#include "game_share/ryzom_version.h"
// Client
#include "sheets_packer_init.h"

View file

@ -21,7 +21,10 @@
#include "nel/net/service.h"
#include "game_share/ryzom_version.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "game_share/tick_event_handler.h"
#include "game_share/singleton_registry.h"