]> mj.ucw.cz Git - leo.git/blobdiff - map.c
Otherwise, ASSERT does not work.
[leo.git] / map.c
diff --git a/map.c b/map.c
index fc377bcf45631790b56277463ec79000f9a8206a..366d17a77217ea787ccbc37706f76a8202bf2089 100644 (file)
--- a/map.c
+++ b/map.c
@@ -4,7 +4,8 @@
  *     (c) 2014 Martin Mares <mj@ucw.cz>
  */
 
-#include <ucw/lib.h>
+#include "leo.h"
+
 #include <ucw/conf.h>
 #include <ucw/gary.h>
 #include <ucw/mempool.h>
@@ -13,7 +14,6 @@
 #include <stdio.h>
 #include <math.h>
 
-#include "leo.h"
 #include "osm.h"
 #include "shp.h"
 #include "map.h"