mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
normalize includes: world
This commit is contained in:
+6
-8
@@ -15,13 +15,13 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#ifndef WORLDDB_H_
|
||||
#define WORLDDB_H_
|
||||
|
||||
#include "../common/shareddb.h"
|
||||
#include "../common/eq_packet.h"
|
||||
#include "../common/repositories/inventory_repository.h"
|
||||
#include "../common/repositories/character_data_repository.h"
|
||||
#pragma once
|
||||
|
||||
#include "common/eq_packet.h"
|
||||
#include "common/repositories/character_data_repository.h"
|
||||
#include "common/repositories/inventory_repository.h"
|
||||
#include "common/shareddb.h"
|
||||
|
||||
struct PlayerProfile_Struct;
|
||||
struct CharCreate_Struct;
|
||||
@@ -54,5 +54,3 @@ private:
|
||||
|
||||
extern WorldDatabase database;
|
||||
extern WorldDatabase content_db;
|
||||
|
||||
#endif /*WORLDDB_H_*/
|
||||
|
||||
Reference in New Issue
Block a user