mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 03:07:33 +00:00
normalize includes: common/repositories
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef EQEMU_RULE_SETS_REPOSITORY_H
|
||||
#define EQEMU_RULE_SETS_REPOSITORY_H
|
||||
#pragma once
|
||||
|
||||
#include "../database.h"
|
||||
#include "../strings.h"
|
||||
#include "base/base_rule_sets_repository.h"
|
||||
#include "common/repositories/base/base_rule_sets_repository.h"
|
||||
|
||||
#include "common/database.h"
|
||||
#include "common/strings.h"
|
||||
|
||||
class RuleSetsRepository: public BaseRuleSetsRepository {
|
||||
public:
|
||||
@@ -92,5 +92,3 @@ public:
|
||||
return std::string(row[0]);
|
||||
}
|
||||
};
|
||||
|
||||
#endif //EQEMU_RULE_SETS_REPOSITORY_H
|
||||
|
||||
Reference in New Issue
Block a user