[apathy] [PATCH] Replace boost::shared_ptr with std::shared_ptr

This commit is contained in:
DarthArgus
2016-07-25 05:33:05 +00:00
parent d7f94e8f7c
commit e20ac25bfc
6 changed files with 20 additions and 21 deletions
@@ -9,7 +9,6 @@
#include "serverScript/FirstServerScript.h"
#include "serverScript/GameScriptObject.h"
#include "boost/smart_ptr.hpp"
#include "ScriptMessage.h"
#include "serverGame/ConfigServerGame.h"
#include "serverGame/ServerController.h"