Changed: Centralized NeL includes in PCH

This commit is contained in:
kervala 2010-09-25 18:28:52 +02:00
parent 6947bb6e82
commit 2dda416b27
11 changed files with 0 additions and 54 deletions

View file

@ -16,9 +16,6 @@
#include "stdpch.h"
// Nel Misc
#include "nel/misc/command.h"
#include "ai_actions.h"

View file

@ -17,9 +17,6 @@
#include "stdpch.h"
#include "nel/misc/types_nl.h"
#include "nel/misc/hierarchical_timer.h"
#include "nel/misc/debug.h"
#include "ai_actions.h"
// singleton data

View file

@ -5,16 +5,6 @@
#include "stdpch.h"
//std
#include <string>
// nel
#include "nel/ligo/primitive.h"
#include "nel/ligo/ligo_config.h"
#include "nel/misc/command.h"
// game share
#include "game_share/utils.h"
#include "game_share/persistent_data.h"

View file

@ -18,9 +18,6 @@
#include "stdpch.h"
//
#include "nel/misc/debug.h"
#include "nel/misc/string_conversion.h"
//
#include "ai_aiming_type.h"
using namespace std;

View file

@ -21,9 +21,6 @@
#include "ai_alias_description_node.h"
#include "nel/misc/common.h"
#include "nel/misc/command.h"
using namespace NLMISC;
//using namespace NLNET;
using namespace std;

View file

@ -18,8 +18,6 @@
#include "stdpch.h"
#include "ai_event_report.h"
// nel
#include "nel/misc/string_conversion.h"
using namespace std;
using namespace NLMISC;

View file

@ -20,16 +20,8 @@
#include "stdpch.h"
//std
#include <string>
#include "ai_primitive_parser.h"
// nel
#include "nel/ligo/primitive.h"
#include "nel/ligo/ligo_config.h"
// game share
#include "game_share/utils.h"
#include "game_share/persistent_data.h"

View file

@ -16,9 +16,6 @@
#include "stdpch.h"
// Nel Misc
#include "nel/misc/command.h"
#include "ai_spawn_commands.h"
// Fix the stupid Visual 6 Warning

View file

@ -17,10 +17,6 @@
#include "stdpch.h"
#include "ai_types.h"
#include "nel/misc/string_conversion.h"
#include "nel/misc/config_file.h"
#include "nel/misc/path.h"
#include "nel/net/service.h"
using namespace std;

View file

@ -22,16 +22,6 @@
#include "game_share/ai_wrapper.h"
#include "nel/misc/singleton.h"
#include "nel/misc/stream.h"
#include "nel/misc/string_common.h"
#include "nel/ligo/primitive.h"
#include "nel/ligo/ligo_config.h"
#include "nel/net/unified_network.h"
#include "../ai_share/ai_share.h"
#include "game_share/persistent_data.h"

View file

@ -16,11 +16,6 @@
#include "stdpch.h"
#include "nel/misc/algo.h"
#include "nel/misc/hierarchical_timer.h"
#include "nel/misc/random.h"
#include "nel/misc/string_conversion.h"
#include "nel/misc/command.h"
#include "game_share/utils.h"
#include "world_map.h"