1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 13:47:46 +00:00

Revert "fix build failures"

This reverts commit 79080df72a.
This commit is contained in:
GokuWeedLord 2017-12-09 23:02:23 +11:00
parent 79080df72a
commit d0dc716b2d
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
#include <Server_Common/Common.h>
#include <boost/enable_shared_from_this.hpp>
#include "../Forwards.h"
#include "Forwards.h"
#include <set>
#include <map>
#include <queue>

View file

@ -1,12 +1,12 @@
#ifndef _PLAYER_H
#define _PLAYER_H
#include "../Forwards.h"
#include "Forwards.h"
#include <Server_Common/Common.h>
#include "Actor.h"
#include "../Inventory/Inventory.h"
#include "Inventory/Inventory.h"
#include <map>
#include <queue>

View file

@ -3,7 +3,7 @@
#include <boost/shared_ptr.hpp>
#include "../Forwards.h"
#include "Forwards.h"
namespace Core
{