[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
@@ -11,7 +11,6 @@
#include "serverScript/JavaLibrary.h"
#include "UnicodeUtils.h"
#include "boost/smart_ptr.hpp" // for boost::shared_ptr and friends
#include "serverGame/ContainerInterface.h"
#include "sharedDebug/Profiler.h"
#include "serverGame/CreatureObject.h"