fix typo in file name
This commit is contained in:
parent
c7561c1dc9
commit
7590cdabb0
4 changed files with 3 additions and 3 deletions
|
@ -26,8 +26,8 @@
|
|||
#include <mapnik/markers_placements/line.hpp>
|
||||
#include <mapnik/markers_placements/point.hpp>
|
||||
#include <mapnik/markers_placements/interior.hpp>
|
||||
#include <mapnik/markers_placements/vertext_first.hpp>
|
||||
#include <mapnik/markers_placements/vertext_last.hpp>
|
||||
#include <mapnik/markers_placements/vertex_first.hpp>
|
||||
#include <mapnik/markers_placements/vertex_last.hpp>
|
||||
#include <mapnik/symbolizer_enumerations.hpp>
|
||||
|
||||
namespace mapnik
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <mapnik/vertex_adapters.hpp>
|
||||
#include <mapnik/label_collision_detector.hpp>
|
||||
#include <mapnik/markers_placements/vertext_last.hpp>
|
||||
#include <mapnik/markers_placements/vertex_last.hpp>
|
||||
|
||||
using namespace mapnik;
|
||||
|
||||
|
|
Loading…
Reference in a new issue