]> mj.ucw.cz Git - leo.git/blobdiff - osm.c
Changed order of includes
[leo.git] / osm.c
diff --git a/osm.c b/osm.c
index a9c499e69152183d7d2545162a770f9f15535d59..2ae1281de3de681d08e086ff5e2ffa99d844e26a 100644 (file)
--- a/osm.c
+++ b/osm.c
@@ -4,7 +4,9 @@
  *     (c) 2014 Martin Mares <mj@ucw.cz>
  */
 
-#include <ucw/lib.h>
+#include "leo.h"
+#include "osm.h"
+
 #include <ucw/gary.h>
 #include <ucw/mempool.h>
 #include <ucw/stkstring.h>
@@ -14,9 +16,6 @@
 #include <stdio.h>
 #include <proj_api.h>
 
-#include "leo.h"
-#include "osm.h"
-
 struct osm *osm_this;
 
 /*** Generic objects ***/