Reorder headers to prevent a warning.
See http://docs.python.org/api/includes.html for details.
This commit is contained in:
parent
5e9fe74999
commit
9170b57041
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@
|
|||
*
|
||||
*****************************************************************************/
|
||||
//$Id$
|
||||
// stl
|
||||
#include <sstream>
|
||||
// boost
|
||||
#include <boost/python.hpp>
|
||||
#include <boost/python/detail/api_placeholder.hpp>
|
||||
// stl
|
||||
#include <sstream>
|
||||
// mapnik
|
||||
#include <mapnik/envelope.hpp>
|
||||
#include <mapnik/datasource.hpp>
|
||||
|
|
Loading…
Reference in a new issue