X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=zypp%2Fsat%2FWhatObsoletes.cc;h=833a7c405d255606a90602fffd77bc7b097fe8cf;hb=42b5d038414cf4a4a050e816b471f890b24e8032;hp=52679fbbe7ed31a3007d6e93247783fa5cd8ce7e;hpb=b61a0ff7e76a542a874714e4ee7753db48f9f8aa;p=platform%2Fupstream%2Flibzypp.git diff --git a/zypp/sat/WhatObsoletes.cc b/zypp/sat/WhatObsoletes.cc index 52679fb..833a7c4 100644 --- a/zypp/sat/WhatObsoletes.cc +++ b/zypp/sat/WhatObsoletes.cc @@ -12,7 +12,7 @@ #include #include "zypp/base/LogTools.h" -#include "zypp/base/Tr1hash.h" +#include "zypp/base/Hash.h" #include "zypp/sat/WhatObsoletes.h" #include "zypp/sat/detail/PoolImpl.h" #include "zypp/PoolItem.h" @@ -38,7 +38,7 @@ namespace zypp namespace { ///////////////////////////////////////////////////////////////// - typedef std::tr1::unordered_set set_type; + typedef std::unordered_set set_type; typedef std::vector vector_type; /////////////////////////////////////////////////////////////////