mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Remove unnecessary includes (#1585)
The include order here was causing a compile error when building with perl 5.12 due to a bad interaction with the older fmt submodule version being used
This commit is contained in:
parent
ccab07bd66
commit
64b8d7c874
@ -1,13 +1,8 @@
|
|||||||
#ifndef DOORS_H
|
#ifndef DOORS_H
|
||||||
#define DOORS_H
|
#define DOORS_H
|
||||||
|
|
||||||
#include "../common/repositories/doors_repository.h"
|
|
||||||
#include "../common/emu_opcodes.h"
|
|
||||||
#include "../common/eq_packet_structs.h"
|
|
||||||
#include "../common/linked_list.h"
|
|
||||||
|
|
||||||
#include "mob.h"
|
#include "mob.h"
|
||||||
#include "zonedump.h"
|
#include "../common/repositories/doors_repository.h"
|
||||||
|
|
||||||
class Client;
|
class Client;
|
||||||
class Mob;
|
class Mob;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user