From 4d39d2aac101b747f7872eb1dc9be675e76fc378 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 2 Dec 2014 14:40:03 -0500 Subject: [PATCH] iwyu --- include/mapnik/unicode.hpp | 2 +- src/unicode.cpp | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/include/mapnik/unicode.hpp b/include/mapnik/unicode.hpp index 3b6d66498..4b2ca68f8 100644 --- a/include/mapnik/unicode.hpp +++ b/include/mapnik/unicode.hpp @@ -28,7 +28,7 @@ #include #include -// stl +// std #include #include diff --git a/src/unicode.cpp b/src/unicode.cpp index c6a012bc1..f6c059f60 100644 --- a/src/unicode.cpp +++ b/src/unicode.cpp @@ -24,9 +24,8 @@ #include #include -// stl -#include -#include +// std +#include // icu #include