diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-04 16:40:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-04 18:48:41 +0000 |
commit | dfeb898b53c597c7b55cbca714335892e8830c83 (patch) | |
tree | 51649b992e779a1424f060c887b1c9b385f40e66 /sc/inc/pch/precompiled_sc.hxx | |
parent | 7da92fdcb040d1f82fc2a6c61fd05f76f7344035 (diff) |
boost::unordered_set->std::unordered_set
Change-Id: I0a8ecc3aa26ffc56f216a6a0e078e158b03a4a02
Diffstat (limited to 'sc/inc/pch/precompiled_sc.hxx')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index ff70147d01b6..1070123bccf8 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -53,8 +53,6 @@ #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> #include <boost/static_assert.hpp> -#include <boost/unordered_map.hpp> -#include <boost/unordered_set.hpp> #include <cassert> #include <climits> #include <cmath> @@ -898,6 +896,8 @@ #include <ucbhelper/content.hxx> #include <ucbhelper/simpleinteractionrequest.hxx> #include <unicode/uchar.h> +#include <unordered_map> +#include <unordered_set> #include <unotools/accessiblerelationsethelper.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <unotools/bootstrap.hxx> |