]> mj.ucw.cz Git - leo.git/blobdiff - shp.c
TODO
[leo.git] / shp.c
diff --git a/shp.c b/shp.c
index 34f9b321721943aba6e3565842d491cffa37eb42..e70b1976c4fe48e4c79222b3ccaf0f4ed644cae4 100644 (file)
--- a/shp.c
+++ b/shp.c
@@ -9,7 +9,11 @@
 
 #undef LOCAL_DEBUG
 
-#include <ucw/lib.h>
+#include "leo.h"
+#include "osm.h"
+#include "map.h"
+#include "shp.h"
+
 #include <ucw/conf.h>
 #include <ucw/fastbuf.h>
 #include <ucw/gary.h>
 #include <fcntl.h>
 #include <stdio.h>
 
-#include "leo.h"
-#include "osm.h"
-#include "map.h"
-#include "shp.h"
-
 static osm_id_t shp_id_counter;
 
 static double shp_get_double(byte *p)