mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
+ cleanup include directives
This commit is contained in:
parent
e59bf22fbd
commit
1eb2ec5ce7
@ -34,7 +34,6 @@ extern "C"
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/scoped_array.hpp>
|
||||
#include <boost/iostreams/device/file.hpp>
|
||||
//#include <boost/iostreams/device/file_descriptor.hpp>
|
||||
#include <boost/iostreams/device/array.hpp>
|
||||
#include <boost/iostreams/stream.hpp>
|
||||
|
||||
|
||||
@ -30,9 +30,9 @@ extern "C"
|
||||
}
|
||||
// boost
|
||||
#include <boost/scoped_array.hpp>
|
||||
// iostreams
|
||||
#include <boost/iostreams/device/file.hpp>
|
||||
//#include <boost/iostreams/device/file_descriptor.hpp>
|
||||
//#include <boost/iostreams/device/mapped_file.hpp>
|
||||
#include <boost/iostreams/device/array.hpp>
|
||||
#include <boost/iostreams/stream.hpp>
|
||||
|
||||
namespace mapnik
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user