mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 21:58:22 +00:00
normalize includes: common/repositories
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef EQEMU_DATA_BUCKETS_REPOSITORY_H
|
||||
#define EQEMU_DATA_BUCKETS_REPOSITORY_H
|
||||
#pragma once
|
||||
|
||||
#include "../database.h"
|
||||
#include "../strings.h"
|
||||
#include "base/base_data_buckets_repository.h"
|
||||
#include "common/repositories/base/base_data_buckets_repository.h"
|
||||
|
||||
#include "common/database.h"
|
||||
#include "common/strings.h"
|
||||
|
||||
class DataBucketsRepository: public BaseDataBucketsRepository {
|
||||
public:
|
||||
@@ -46,5 +46,3 @@ public:
|
||||
// Custom extended repository methods here
|
||||
|
||||
};
|
||||
|
||||
#endif //EQEMU_DATA_BUCKETS_REPOSITORY_H
|
||||
|
||||
Reference in New Issue
Block a user