mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 15:37:16 +00:00
normalize includes: common/repositories
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef EQEMU_DYNAMIC_ZONE_MEMBERS_REPOSITORY_H
|
||||
#define EQEMU_DYNAMIC_ZONE_MEMBERS_REPOSITORY_H
|
||||
#pragma once
|
||||
|
||||
#include "../database.h"
|
||||
#include "../strings.h"
|
||||
#include "base/base_dynamic_zone_members_repository.h"
|
||||
#include "common/repositories/base/base_dynamic_zone_members_repository.h"
|
||||
|
||||
#include "common/database.h"
|
||||
#include "fmt/ranges.h"
|
||||
|
||||
class DynamicZoneMembersRepository: public BaseDynamicZoneMembersRepository {
|
||||
public:
|
||||
@@ -176,5 +176,3 @@ public:
|
||||
return results.Success() ? results.RowsAffected() : 0;
|
||||
}
|
||||
};
|
||||
|
||||
#endif //EQEMU_DYNAMIC_ZONE_MEMBERS_REPOSITORY_H
|
||||
|
||||
Reference in New Issue
Block a user