]> mj.ucw.cz Git - leo.git/blobdiff - osm.c
Otherwise, ASSERT does not work.
[leo.git] / osm.c
diff --git a/osm.c b/osm.c
index c21e0d9e9ab72e75cf38f6b1b88299c67a699d5a..784135882176faa33f925880dcd98815eac6eb23 100644 (file)
--- a/osm.c
+++ b/osm.c
@@ -4,7 +4,8 @@
  *     (c) 2014 Martin Mares <mj@ucw.cz>
  */
 
-#include <ucw/lib.h>
+#include "leo.h"
+
 #include <ucw/gary.h>
 #include <ucw/mempool.h>
 #include <ucw/stkstring.h>
@@ -16,7 +17,6 @@
 #define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
 #include <proj_api.h>
 
-#include "leo.h"
 #include "osm.h"
 
 struct osm *osm_this;