mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
normalize includes: common
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#ifndef EVOLVING_H
|
||||
#define EVOLVING_H
|
||||
#pragma once
|
||||
|
||||
#include "shareddb.h"
|
||||
#include "events/player_events.h"
|
||||
#include "repositories/items_evolving_details_repository.h"
|
||||
#include "common/events/player_events.h"
|
||||
#include "common/repositories/items_evolving_details_repository.h"
|
||||
#include "common/shareddb.h"
|
||||
|
||||
namespace EQ {
|
||||
class ItemInstance;
|
||||
@@ -66,5 +65,3 @@ private:
|
||||
Database * m_db;
|
||||
Database * m_content_db;
|
||||
};
|
||||
|
||||
#endif //EVOLVING_H
|
||||
|
||||
Reference in New Issue
Block a user