mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
normalize includes: world
This commit is contained in:
+5
-7
@@ -15,11 +15,12 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#ifndef EQLCONFIG_H_
|
||||
#define EQLCONFIG_H_
|
||||
|
||||
#include "../common/types.h"
|
||||
#include "worlddb.h"
|
||||
#pragma once
|
||||
|
||||
#include "common/types.h"
|
||||
#include "world/worlddb.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
@@ -53,6 +54,3 @@ protected:
|
||||
|
||||
std::map<std::string, LauncherZone> m_zones; //static zones.
|
||||
};
|
||||
|
||||
#endif /*EQLCONFIG_H_*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user