+ cleanup include directives
This commit is contained in:
parent
e59bf22fbd
commit
1eb2ec5ce7
2 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue