mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-14 23:07:48 -04:00
[apathy] [PATCH] Replaced boost::shared_ptr with std::shared_ptr, update
headers accordingly
This commit is contained in:
@@ -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>
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user