remove boost/integer include

This commit is contained in:
Dennis Luxen
2014-05-07 14:44:18 +02:00
parent 3188bc5aba
commit 9c2926ef8a
5 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -43,7 +43,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <boost/assert.hpp>
#include <boost/filesystem.hpp>
#include <boost/integer.hpp>
#ifdef __APPLE__
#include <gdal.h>
@@ -53,6 +52,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <gdal/ogrsf_frmts.h>
#endif
#include <cstdint>
#include <memory>
#include <stack>
#include <unordered_map>