mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
remove unneeded includes - found with http://include-what-you-use.org
This commit is contained in:
parent
08d7bf2152
commit
d1a4268eb6
@ -21,11 +21,6 @@
|
||||
*****************************************************************************/
|
||||
|
||||
#include "process_geojson_file.hpp"
|
||||
#include <mapnik/geometry.hpp>
|
||||
#include <mapnik/geometry_envelope.hpp>
|
||||
#include <mapnik/geometry_adapters.hpp>
|
||||
#include <mapnik/util/file_io.hpp>
|
||||
#include <mapnik/util/utf_conv_win.hpp>
|
||||
|
||||
#if defined(MAPNIK_MEMORY_MAPPED_FILE)
|
||||
#pragma GCC diagnostic push
|
||||
@ -35,9 +30,10 @@
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
#include <mapnik/mapped_memory_cache.hpp>
|
||||
#else
|
||||
#include <mapnik/util/file_io.hpp>
|
||||
#endif
|
||||
|
||||
#include <mapnik/json/positions_grammar.hpp>
|
||||
#include <mapnik/json/extract_bounding_box_grammar_impl.hpp>
|
||||
#include <mapnik/json/feature_collection_grammar_impl.hpp>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user