mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
normalize includes: common/repositories
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
* Any modifications to base repositories are to be made by the generator only
|
||||
*
|
||||
* @generator ./utils/scripts/generators/repository-generator.pl
|
||||
* @docs https://docs.eqemu.io/developer/repositories
|
||||
* @docs https://docs.eqemu.dev/developer/repositories
|
||||
*/
|
||||
|
||||
#ifndef EQEMU_BASE_COMPLETED_TASKS_REPOSITORY_H
|
||||
#define EQEMU_BASE_COMPLETED_TASKS_REPOSITORY_H
|
||||
#pragma once
|
||||
|
||||
#include "common/database.h"
|
||||
#include "common/strings.h"
|
||||
|
||||
#include "../../database.h"
|
||||
#include "../../strings.h"
|
||||
#include <ctime>
|
||||
|
||||
class BaseCompletedTasksRepository {
|
||||
@@ -412,5 +412,3 @@ public:
|
||||
return (results.Success() ? results.RowsAffected() : 0);
|
||||
}
|
||||
};
|
||||
|
||||
#endif //EQEMU_BASE_COMPLETED_TASKS_REPOSITORY_H
|
||||
|
||||
Reference in New Issue
Block a user