mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
normalize includes: zone
This commit is contained in:
+4
-6
@@ -15,13 +15,13 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#ifndef SPAWNGROUP_H
|
||||
#define SPAWNGROUP_H
|
||||
|
||||
#include "../common/types.h"
|
||||
#pragma once
|
||||
|
||||
#include "common/types.h"
|
||||
|
||||
#include <map>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
||||
class SpawnEntry {
|
||||
@@ -85,5 +85,3 @@ public:
|
||||
private:
|
||||
std::map<uint32, std::unique_ptr<SpawnGroup>> m_spawn_groups;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user