iwyu
This commit is contained in:
parent
3ee609112a
commit
9b0d6fc702
2 changed files with 5 additions and 3 deletions
|
@ -51,6 +51,11 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <tuple>
|
||||
|
||||
// boost
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
namespace agg { struct trans_affine; }
|
||||
|
||||
|
|
|
@ -26,12 +26,9 @@
|
|||
// mapnik
|
||||
#include <mapnik/value_types.hpp>
|
||||
#include <mapnik/value_hash.hpp>
|
||||
#include <mapnik/unicode.hpp>
|
||||
#include <mapnik/util/conversions.hpp>
|
||||
#include <mapnik/util/variant.hpp>
|
||||
// boost
|
||||
|
||||
#include <boost/functional/hash.hpp>
|
||||
// stl
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
|
|
Loading…
Add table
Reference in a new issue