iwyu
This commit is contained in:
parent
f669a60a0f
commit
7ceba047c0
1 changed files with 4 additions and 5 deletions
|
@ -23,17 +23,16 @@
|
|||
#ifndef MAPNIK_TOPOLOGY_HPP
|
||||
#define MAPNIK_TOPOLOGY_HPP
|
||||
|
||||
#include <vector>
|
||||
#include <list>
|
||||
|
||||
#include <mapnik/json/generic_json.hpp>
|
||||
#include <mapnik/feature.hpp>
|
||||
#include <mapnik/util/variant.hpp>
|
||||
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
#include <boost/fusion/adapted/std_tuple.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
#include <list>
|
||||
|
||||
namespace mapnik { namespace topojson {
|
||||
|
||||
using index_type = int;
|
||||
|
|
Loading…
Add table
Reference in a new issue