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:
hg 2021-10-03 13:25:49 -04:00 committed by GitHub
parent ccab07bd66
commit 64b8d7c874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;