mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 01:52:02 +00:00
normalize includes: common/repositories
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
#ifndef EQEMU_PLAYER_EVENT_MERCHANT_PURCHASE_REPOSITORY_H
|
||||
#define EQEMU_PLAYER_EVENT_MERCHANT_PURCHASE_REPOSITORY_H
|
||||
#pragma once
|
||||
|
||||
#include "../database.h"
|
||||
#include "../strings.h"
|
||||
#include "base/base_player_event_merchant_purchase_repository.h"
|
||||
#include "common/repositories/base/base_player_event_merchant_purchase_repository.h"
|
||||
|
||||
#include "common/database.h"
|
||||
#include "common/strings.h"
|
||||
|
||||
class PlayerEventMerchantPurchaseRepository: public BasePlayerEventMerchantPurchaseRepository {
|
||||
public:
|
||||
// Custom extended repository methods here
|
||||
};
|
||||
|
||||
#endif //EQEMU_PLAYER_EVENT_MERCHANT_PURCHASE_REPOSITORY_H
|
||||
|
||||
Reference in New Issue
Block a user