summaryrefslogtreecommitdiff
path: root/include/codemaker/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/codemaker/options.hxx')
-rw-r--r--include/codemaker/options.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/codemaker/options.hxx b/include/codemaker/options.hxx
index d322a7443022..2d7ddbf1d07e 100644
--- a/include/codemaker/options.hxx
+++ b/include/codemaker/options.hxx
@@ -20,11 +20,10 @@
#ifndef INCLUDED_CODEMAKER_OPTIONS_HXX
#define INCLUDED_CODEMAKER_OPTIONS_HXX
-#include <boost/unordered_map.hpp>
-
#include <codemaker/global.hxx>
+#include <unordered_map>
-typedef ::boost::unordered_map
+typedef std::unordered_map
<
::rtl::OString,
::rtl::OString,