use c++ style includes
This commit is contained in:
parent
9b3c42190d
commit
40ae0efd26
3 changed files with 5 additions and 10 deletions
|
@ -3,7 +3,6 @@
|
|||
// boost
|
||||
#include <boost/make_shared.hpp>
|
||||
#include <boost/tokenizer.hpp>
|
||||
#include <boost/tokenizer.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
|
@ -18,13 +17,9 @@
|
|||
|
||||
// stl
|
||||
#include <sstream>
|
||||
#include <fstream> // fstream
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <iterator> // ostream_operator
|
||||
|
||||
// std lib
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
using mapnik::datasource;
|
||||
using mapnik::parameters;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
|
||||
// mapnik
|
||||
#include <mapnik/ptree_helpers.hpp>
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
#define BASICCURL_H
|
||||
|
||||
#include <curl/curl.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue