mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 23:08:21 +00:00
normalize includes: world
This commit is contained in:
+10
-11
@@ -15,16 +15,18 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#ifndef ZONESERVER_H
|
||||
#define ZONESERVER_H
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "world_tcp_connection.h"
|
||||
#include "../common/net/servertalk_server.h"
|
||||
#include "../common/event/timer.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/emu_constants.h"
|
||||
#include "console.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "common/net/servertalk_server.h"
|
||||
#include "common/event/timer.h"
|
||||
#include "common/timer.h"
|
||||
#include "common/emu_constants.h"
|
||||
#include "world/console.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
||||
class Client;
|
||||
@@ -102,6 +104,3 @@ private:
|
||||
std::string launched_name; //the name of the zone we launched.
|
||||
EQ::Net::ConsoleServer *console;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user