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