]> mj.ucw.cz Git - leo.git/blobdiff - sym-point.c
Changed order of includes
[leo.git] / sym-point.c
index c7c2be0a01f8c470757ae9416c4dd387f2135e21..53836452940a582eedc045c7cb4c2677eed16253 100644 (file)
@@ -4,15 +4,13 @@
  *     (c) 2014 Martin Mares <mj@ucw.cz>
  */
 
-#include <ucw/lib.h>
-
-#include <stdio.h>
-
 #include "leo.h"
 #include "osm.h"
 #include "sym.h"
 #include "svg.h"
 
+#include <stdio.h>
+
 static void sym_point_draw(struct symbol *sym, struct svg *svg)
 {
   struct sym_point *p = (struct sym_point *) sym;