diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-01-21 16:57:58 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-02-01 14:00:24 -0800 |
commit | 2b80fa49b0ec93e1f42e21cb92a348e18fa61a3f (patch) | |
tree | 69725e54c06a1ae4c9c3a4d15122395d2a454826 /src/common | |
parent | 90f2d2aeffdb345e9fdfc5c3e56fffa71281f2ee (diff) | |
download | tmwa-2b80fa49b0ec93e1f42e21cb92a348e18fa61a3f.tar.gz tmwa-2b80fa49b0ec93e1f42e21cb92a348e18fa61a3f.tar.bz2 tmwa-2b80fa49b0ec93e1f42e21cb92a348e18fa61a3f.tar.xz tmwa-2b80fa49b0ec93e1f42e21cb92a348e18fa61a3f.zip |
Remove most other unused mob skills.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/utils2.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/utils2.hpp b/src/common/utils2.hpp index 973a445..cdf2069 100644 --- a/src/common/utils2.hpp +++ b/src/common/utils2.hpp @@ -3,6 +3,7 @@ #include "sanity.hpp" +#include <functional> #include <iterator> #include <type_traits> @@ -193,7 +194,6 @@ IteratorPair<EnumValueIterator<E>> erange(E b, E e) return {b, e}; } -namespace std { namespace placeholders {} } namespace ph = std::placeholders; template<class A, class B> |