mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
waypoints.cpp #include cleanup
This commit is contained in:
parent
88984a3960
commit
3577ff5a81
@ -19,21 +19,17 @@
|
||||
#ifdef _EQDEBUG
|
||||
#include <iostream>
|
||||
#endif
|
||||
//#include <iomanip>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "npc.h"
|
||||
#include "masterentity.h"
|
||||
#include "npc_ai.h"
|
||||
#include "map.h"
|
||||
#include "water_map.h"
|
||||
#include "../common/moremath.h"
|
||||
#include "string_ids.h"
|
||||
#include "../common/misc_functions.h"
|
||||
#include "../common/string_util.h"
|
||||
#include "../common/rulesys.h"
|
||||
|
||||
#include "../common/features.h"
|
||||
#include "../common/misc_functions.h"
|
||||
#include "../common/rulesys.h"
|
||||
#include "../common/string_util.h"
|
||||
#include "map.h"
|
||||
#include "npc.h"
|
||||
#include "quest_parser_collection.h"
|
||||
#include "water_map.h"
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
struct wp_distance
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user