]> mj.ucw.cz Git - leo.git/blobdiff - sym-line.c
Changed order of includes
[leo.git] / sym-line.c
index 4944fcdd987de884971fc0ed2e5cfd8def596851..b7413303970724f129f571891065118b919472e2 100644 (file)
@@ -4,17 +4,16 @@
  *     (c) 2014 Martin Mares <mj@ucw.cz>
  */
 
-#include <ucw/lib.h>
+#include "leo.h"
+#include "osm.h"
+#include "sym.h"
+
 #include <ucw/fastbuf.h>
 #include <ucw/mempool.h>
 
 #include <math.h>
 #include <stdio.h>
 
-#include "leo.h"
-#include "osm.h"
-#include "sym.h"
-
 static void sym_line_attrs(struct sym_line *l, struct svg *svg)
 {
   svg_set_attr(svg, "fill", "none");