]> mj.ucw.cz Git - leo.git/blobdiff - fixed.c
Changed order of includes
[leo.git] / fixed.c
diff --git a/fixed.c b/fixed.c
index 53acdf2a4cd1041845d9ceb42a2fcbf4a5411e58..fc758bc87217aded8130fa4859c92113a0114133 100644 (file)
--- a/fixed.c
+++ b/fixed.c
@@ -4,15 +4,14 @@
  *     (c) 2014 Martin Mares <mj@ucw.cz>
  */
 
-#include <ucw/lib.h>
-#include <ucw/conf.h>
-
-#include <stdio.h>
-
 #include "leo.h"
 #include "osm.h"
 #include "fixed.h"
 
+#include <ucw/conf.h>
+
+#include <stdio.h>
+
 struct fixed_tag {
   cnode n;
   char *key, *val;