normalize includes: common/repositories

This commit is contained in:
brainiac
2025-12-17 09:33:09 -08:00
committed by Alex
parent 451eb0806a
commit d306e139e8
504 changed files with 2532 additions and 3538 deletions
@@ -1,9 +1,9 @@
#ifndef EQEMU_BOT_INSPECT_MESSAGES_REPOSITORY_H
#define EQEMU_BOT_INSPECT_MESSAGES_REPOSITORY_H
#pragma once
#include "../database.h"
#include "../strings.h"
#include "base/base_bot_inspect_messages_repository.h"
#include "common/repositories/base/base_bot_inspect_messages_repository.h"
#include "common/database.h"
#include "common/strings.h"
class BotInspectMessagesRepository: public BaseBotInspectMessagesRepository {
public:
@@ -75,5 +75,3 @@ public:
return results.Success();
}
};
#endif //EQEMU_BOT_INSPECT_MESSAGES_REPOSITORY_H