diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-04 20:20:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-04 20:20:26 +0000 |
commit | 547b472d5b81ef7f22c32b089bd9f42f721c1cbf (patch) | |
tree | ea29806dcea876d2f7a5ae170a1424e3818e74ac /vcl/quartz | |
parent | 42a4de0941a6a19c52384e3a5897134dcfebe3f8 (diff) |
vcl/osx boost::unordered_map->std::unordered_map
Change-Id: I00dabf3307734e319a8187df111e1065ea383524
Diffstat (limited to 'vcl/quartz')
-rw-r--r-- | vcl/quartz/ctfonts.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/quartz/ctfonts.cxx b/vcl/quartz/ctfonts.cxx index 80253abf9ee8..5fb772b179ff 100644 --- a/vcl/quartz/ctfonts.cxx +++ b/vcl/quartz/ctfonts.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <boost/unordered_map.hpp> - #include "impfont.hxx" #include "outfont.hxx" #include "PhysicalFontCollection.hxx" |