]> mj.ucw.cz Git - leo.git/blobdiff - leo.c
Changed order of includes
[leo.git] / leo.c
diff --git a/leo.c b/leo.c
index f8859e688c27999d8283b9880392c52e7fe0fa38..a221a941b6f86b3c6f7a2cff0dc0eaa59cee7a90 100644 (file)
--- a/leo.c
+++ b/leo.c
@@ -4,12 +4,6 @@
  *     (c) 2014--2015 Martin Mares <mj@ucw.cz>
  */
 
-#include <ucw/lib.h>
-#include <ucw/conf.h>
-#include <ucw/opt.h>
-
-#include <stdio.h>
-
 #include "leo.h"
 #include "osm.h"
 #include "svg.h"
 #include "sym.h"
 #include "map.h"
 
+#include <ucw/conf.h>
+#include <ucw/opt.h>
+
+#include <stdio.h>
+
 uns debug_dump_source, debug_dump_after_proj, debug_dump_after_scaling;
 uns debug_dump_multipolygons, debug_dump_css, debug_dump_styling, debug_dump_symbols;