+ cleanup include directives

This commit is contained in:
artemp 2013-04-15 14:01:33 +01:00
parent e59bf22fbd
commit 1eb2ec5ce7
2 changed files with 2 additions and 3 deletions

View file

@ -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>

View file

@ -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