[apathy] [PATCH] Replaced boost::shared_ptr with std::shared_ptr, update

headers accordingly
This commit is contained in:
DarthArgus
2016-07-25 05:39:03 +00:00
parent a84205abec
commit be02bf64c3
@@ -6,7 +6,6 @@
#include "serverGame/FirstServerGame.h"
#include "ServerUIManager.h"
#include "boost/smart_ptr.hpp"
#include "serverGame/Client.h"
#include "serverGame/GameServer.h"
#include "serverGame/ServerMessageForwarding.h"
@@ -29,6 +28,7 @@
#include "sharedNetworkMessages/SuiUpdatePageMessage.h"
#include <algorithm>
#include <map>
#include <memory>
//----------------------------------------------------------------------