- more coding style fixes in rasterlite plugin
This commit is contained in:
parent
76cadccd6b
commit
49335bc00e
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* This file is part of Mapnik (c++ mapping toolkit)
|
||||
*
|
||||
* Copyright (C) 2007 Artem Pavlenko
|
||||
* Copyright (C) 2011 Artem Pavlenko
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
#define RASTERLITE_INCLUDE_HPP
|
||||
|
||||
extern "C" {
|
||||
#include <sqlite3.h>
|
||||
#include <rasterlite.h>
|
||||
#include <sqlite3.h>
|
||||
#include <rasterlite.h>
|
||||
}
|
||||
|
||||
#endif // RASTERLITE_INCLUDE_HPP
|
||||
|
|
Loading…
Add table
Reference in a new issue