+ better naming: dbffile -> dbfile
This commit is contained in:
parent
e81761d270
commit
02fffbd89f
4 changed files with 6 additions and 3 deletions
|
@ -22,7 +22,8 @@
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include "dbffile.hpp"
|
|
||||||
|
#include "dbfile.hpp"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,9 @@
|
||||||
#include <mapnik/global.hpp>
|
#include <mapnik/global.hpp>
|
||||||
#include <mapnik/utils.hpp>
|
#include <mapnik/utils.hpp>
|
||||||
#include <mapnik/unicode.hpp>
|
#include <mapnik/unicode.hpp>
|
||||||
#include "dbffile.hpp"
|
|
||||||
|
#include "dbfile.hpp"
|
||||||
|
|
||||||
// boost
|
// boost
|
||||||
#include <boost/algorithm/string.hpp>
|
#include <boost/algorithm/string.hpp>
|
||||||
#include <boost/spirit/include/qi.hpp>
|
#include <boost/spirit/include/qi.hpp>
|
|
@ -24,7 +24,7 @@
|
||||||
#define SHAPE_IO_HPP
|
#define SHAPE_IO_HPP
|
||||||
|
|
||||||
// mapnik
|
// mapnik
|
||||||
#include "dbffile.hpp"
|
#include "dbfile.hpp"
|
||||||
#include "shapefile.hpp"
|
#include "shapefile.hpp"
|
||||||
#include "shp_index.hpp"
|
#include "shp_index.hpp"
|
||||||
// boost
|
// boost
|
||||||
|
|
Loading…
Reference in a new issue