mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 15:58:36 +00:00
normalize includes: zone
This commit is contained in:
+11
-13
@@ -1,18 +1,17 @@
|
||||
#ifndef _EQE_LUA_PARSER_H
|
||||
#define _EQE_LUA_PARSER_H
|
||||
#pragma once
|
||||
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
#include "quest_parser_collection.h"
|
||||
#include "quest_interface.h"
|
||||
#include <string>
|
||||
#include "common/repositories/bug_reports_repository.h"
|
||||
#include "zone/lua_mod.h"
|
||||
#include "zone/quest_interface.h"
|
||||
#include "zone/quest_parser_collection.h"
|
||||
#include "zone/zone_config.h"
|
||||
|
||||
#include <exception>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <exception>
|
||||
|
||||
#include "zone_config.h"
|
||||
#include "lua_mod.h"
|
||||
|
||||
#include "../common/repositories/bug_reports_repository.h"
|
||||
#include <string>
|
||||
|
||||
extern const ZoneConfig *Config;
|
||||
|
||||
@@ -360,5 +359,4 @@ private:
|
||||
ZoneArgumentHandler ZoneArgumentDispatch[_LargestEventID];
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
#endif // LUA_EQEMU
|
||||
|
||||
Reference in New Issue
Block a user