mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 10:11:37 +00:00
normalize includes: common/repositories
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef EQEMU_CHARACTER_PEQZONE_FLAGS_REPOSITORY_H
|
||||
#define EQEMU_CHARACTER_PEQZONE_FLAGS_REPOSITORY_H
|
||||
#pragma once
|
||||
|
||||
#include "../database.h"
|
||||
#include "../strings.h"
|
||||
#include "base/base_character_peqzone_flags_repository.h"
|
||||
#include "common/repositories/base/base_character_peqzone_flags_repository.h"
|
||||
|
||||
#include "common/database.h"
|
||||
#include "common/strings.h"
|
||||
|
||||
class CharacterPeqzoneFlagsRepository: public BaseCharacterPeqzoneFlagsRepository {
|
||||
public:
|
||||
@@ -58,5 +58,3 @@ public:
|
||||
return (results.Success() ? results.RowsAffected() : 0);
|
||||
}
|
||||
};
|
||||
|
||||
#endif //EQEMU_CHARACTER_PEQZONE_FLAGS_REPOSITORY_H
|
||||
|
||||
Reference in New Issue
Block a user