]> err.no Git - mapper/blobdiff - src/route.h
Include settings.h so the banner macro hildon version works.
[mapper] / src / route.h
index c70395807ad5dbf6592400b42096a3c1d83639a9..ee4eae4257515e6eade33fb8d066e235800e1108 100644 (file)
@@ -1,6 +1,4 @@
-#include <config.h>
-
-#define _GNU_SOURCE
+#include "config.h"
 
 #ifndef _MAPPER_ROUTE_H
 #define _MAPPER_ROUTE_H
@@ -56,4 +54,5 @@ gboolean route_update_nears(gboolean quick);
 void route_show_distance_to_last();
 void route_show_distance_to_next();
 gboolean route_show_distance_to(Point * point);
+
 #endif