mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 08:00:25 +00:00
normalize includes: zone
This commit is contained in:
+5
-7
@@ -1,9 +1,9 @@
|
||||
#ifndef EQEMU_WATER_MAP_H
|
||||
#define EQEMU_WATER_MAP_H
|
||||
#pragma once
|
||||
|
||||
#include "common/types.h"
|
||||
#include "zone/position.h"
|
||||
#include "zone/zone_config.h"
|
||||
|
||||
#include "../common/types.h"
|
||||
#include "position.h"
|
||||
#include "zone_config.h"
|
||||
#include <string>
|
||||
|
||||
extern const ZoneConfig *Config;
|
||||
@@ -39,5 +39,3 @@ public:
|
||||
protected:
|
||||
virtual bool Load(FILE *fp) { return false; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user