mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 09:28:21 +00:00
normalize includes: common/repositories
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#ifndef EQEMU_ZONE_STATE_SPAWNS_REPOSITORY_H
|
||||
#define EQEMU_ZONE_STATE_SPAWNS_REPOSITORY_H
|
||||
#pragma once
|
||||
|
||||
#include "../database.h"
|
||||
#include "../strings.h"
|
||||
#include "base/base_zone_state_spawns_repository.h"
|
||||
#include "common/repositories/base/base_zone_state_spawns_repository.h"
|
||||
|
||||
#include "common/database.h"
|
||||
#include "common/strings.h"
|
||||
#include "fmt/ranges.h"
|
||||
|
||||
class ZoneStateSpawnsRepository : public BaseZoneStateSpawnsRepository {
|
||||
public:
|
||||
@@ -78,5 +79,3 @@ public:
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
#endif //EQEMU_ZONE_STATE_SPAWNS_REPOSITORY_H
|
||||
|
||||
Reference in New Issue
Block a user