mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-18 19:02:29 +00:00
pathing.cpp & .h header include cleanup
This commit is contained in:
parent
0e581f38d2
commit
631d8cb015
@ -1,22 +1,22 @@
|
||||
#include "../common/debug.h"
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <list>
|
||||
#include <algorithm>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
|
||||
#include "client.h"
|
||||
#include "doors.h"
|
||||
#include "pathing.h"
|
||||
#include "water_map.h"
|
||||
#include "../common/misc_functions.h"
|
||||
#include "doors.h"
|
||||
#include "client.h"
|
||||
#include "zone.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <list>
|
||||
#include <math.h>
|
||||
#include <sstream>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
//#define PATHDEBUG
|
||||
//#define PATHDEBUG
|
||||
#define ABS(x) ((x)<0?-(x):(x))
|
||||
|
||||
extern Zone *zone;
|
||||
|
||||
@ -1,11 +1,9 @@
|
||||
#ifndef PATHING_H
|
||||
#define PATHING_H
|
||||
#include <algorithm>
|
||||
|
||||
#include "map.h"
|
||||
#include "../common/timer.h"
|
||||
|
||||
#include <list>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
class Client;
|
||||
class Mob;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user