summaryrefslogtreecommitdiff
path: root/filter/source/svg/gfxtypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/gfxtypes.hxx')
-rw-r--r--filter/source/svg/gfxtypes.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/filter/source/svg/gfxtypes.hxx b/filter/source/svg/gfxtypes.hxx
index 01aa9e189490..d93df82ea77d 100644
--- a/filter/source/svg/gfxtypes.hxx
+++ b/filter/source/svg/gfxtypes.hxx
@@ -12,10 +12,9 @@
#include <basegfx/range/b2drange.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/polygon/b2dlinegeometry.hxx>
-
-#include <boost/unordered_set.hpp>
-#include <boost/unordered_map.hpp>
#include <rtl/ustring.hxx>
+#include <unordered_set>
+#include <unordered_map>
namespace svgi
{
@@ -336,8 +335,8 @@ struct StateHash
}
};
-typedef boost::unordered_set<State, StateHash> StatePool;
-typedef boost::unordered_map<sal_Int32, State> StateMap;
+typedef std::unordered_set<State, StateHash> StatePool;
+typedef std::unordered_map<sal_Int32, State> StateMap;
} // namespace svgi