From a98baef5e4fedca36c8c8755ad7c8233469f6a3f Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Sun, 4 Jun 2017 21:00:04 +0200 Subject: C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821) --- src/itemgroup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/itemgroup.h') diff --git a/src/itemgroup.h b/src/itemgroup.h index 2206857fd..e9d050cd1 100644 --- a/src/itemgroup.h +++ b/src/itemgroup.h @@ -21,9 +21,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #define ITEMGROUP_HEADER #include -#include "util/cpp11_container.h" +#include -typedef UNORDERED_MAP ItemGroupList; +typedef std::unordered_map ItemGroupList; static inline int itemgroup_get(const ItemGroupList &groups, const std::string &name) { -- cgit v1.2.3