--- a/sources/basics.h Sat Dec 13 07:36:00 2014 +0200 +++ b/sources/basics.h Sun Dec 14 17:53:24 2014 +0200 @@ -31,7 +31,6 @@ #pragma once #include <algorithm> #include <functional> -#include <memory> #define FUNCTION auto #define STATIC @@ -45,12 +44,6 @@ using std::min; using std::max; -template<typename T> -using SharedPointer = std::shared_ptr<T>; - -template<typename T> -using WeakPointer = std::weak_ptr<T>; - enum Color { BLACK,