mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 03:07:33 +00:00
normalize includes: common/repositories
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
#ifndef EQEMU_TRADER_REPOSITORY_H
|
||||
#define EQEMU_TRADER_REPOSITORY_H
|
||||
#pragma once
|
||||
|
||||
#include "../../common/shareddb.h"
|
||||
#include "../strings.h"
|
||||
#include "base/base_trader_repository.h"
|
||||
#include "items_repository.h"
|
||||
#include "../../common/item_data.h"
|
||||
#include "../../common/races.h"
|
||||
#include <cereal/archives/binary.hpp>
|
||||
#include <cereal/types/string.hpp>
|
||||
#include "common/repositories/base/base_trader_repository.h"
|
||||
|
||||
#include "common/item_data.h"
|
||||
#include "common/races.h"
|
||||
#include "common/repositories/items_repository.h"
|
||||
#include "common/shareddb.h"
|
||||
#include "common/strings.h"
|
||||
|
||||
#include "cereal/archives/binary.hpp"
|
||||
#include "cereal/types/string.hpp"
|
||||
|
||||
class TraderRepository : public BaseTraderRepository {
|
||||
public:
|
||||
@@ -335,5 +336,3 @@ public:
|
||||
return all_entries;
|
||||
}
|
||||
};
|
||||
|
||||
#endif //EQEMU_TRADER_REPOSITORY_H
|
||||
|
||||
Reference in New Issue
Block a user