From 314afcc0500a95c818dadbb68db72954cf4145b4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 15 Jun 2014 21:02:20 +0200 Subject: [PATCH] Clean up inclusion guards --- TODO | 16 +--------------- css.h | 4 ++-- dict.h | 4 ++-- map.h | 4 ++-- osm.h | 4 ++-- shp.h | 4 ++-- style.h | 4 ++-- svg.h | 4 ++-- sym.h | 4 ++-- 9 files changed, 17 insertions(+), 31 deletions(-) diff --git a/TODO b/TODO index a291aa1..925cf32 100644 --- a/TODO +++ b/TODO @@ -3,18 +3,4 @@ should override each other, but currently they are mixed upon rendering. Does it matter? - Fixing of label positions should include some margin -- _BRUM_XXX_H -> _LEO_XXX_H - -- Interesting tags: -amenity = kindergarten -bridge = yes -historic = archaeological_site -place = islet -railway = crossing -railway = level_crossing -tunnel = culvert -tunnel = yes - -=== Opravit v OSM === - -* Rozlišovat kostely a kaple +- Clean up Makefile diff --git a/css.h b/css.h index d35c0b3..9344a63 100644 --- a/css.h +++ b/css.h @@ -4,8 +4,8 @@ * (c) 2014 Martin Mares */ -#ifndef _BRUM_CSS_H -#define _BRUM_CSS_H +#ifndef _LEO_CSS_H +#define _LEO_CSS_H #include "osm.h" #include "style.h" diff --git a/dict.h b/dict.h index 57b94b1..f214bd7 100644 --- a/dict.h +++ b/dict.h @@ -4,8 +4,8 @@ * (c) 2014 Martin Mares */ -#ifndef _BRUM_DICT_H -#define _BRUM_DICT_H +#ifndef _LEO_DICT_H +#define _LEO_DICT_H #include diff --git a/map.h b/map.h index 632e8d5..eaad9b6 100644 --- a/map.h +++ b/map.h @@ -4,8 +4,8 @@ * (c) 2014 Martin Mares */ -#ifndef _BRUM_MAP_H -#define _BRUM_MAP_H +#ifndef _LEO_MAP_H +#define _LEO_MAP_H /* Map configuration */ diff --git a/osm.h b/osm.h index 4eb90ef..80d9fd2 100644 --- a/osm.h +++ b/osm.h @@ -4,8 +4,8 @@ * (c) 2014 Martin Mares */ -#ifndef _BRUM_OSM_H -#define _BRUM_OSM_H +#ifndef _LEO_OSM_H +#define _LEO_OSM_H #include "dict.h" diff --git a/shp.h b/shp.h index febd395..67089d9 100644 --- a/shp.h +++ b/shp.h @@ -4,8 +4,8 @@ * (c) 2014 Martin Mares */ -#ifndef _BRUM_SHP_H -#define _BRUM_SHP_H +#ifndef _LEO_SHP_H +#define _LEO_SHP_H void shp_parse(const char *name); diff --git a/style.h b/style.h index b8509f1..83508cf 100644 --- a/style.h +++ b/style.h @@ -4,8 +4,8 @@ * (c) 2014 Martin Mares */ -#ifndef _BRUM_STYLE_H -#define _BRUM_STYLE_H +#ifndef _LEO_STYLE_H +#define _LEO_STYLE_H #include "osm.h" #include "dict.h" diff --git a/svg.h b/svg.h index 09f8bd3..c9520c4 100644 --- a/svg.h +++ b/svg.h @@ -4,8 +4,8 @@ * (c) 2014 Martin Mares */ -#ifndef _BRUM_SVG_H -#define _BRUM_SVG_H +#ifndef _LEO_SVG_H +#define _LEO_SVG_H // FIXME: Passing SVG pointers everywhere is ugly, using global context less so. diff --git a/sym.h b/sym.h index 7c4e97b..e846a79 100644 --- a/sym.h +++ b/sym.h @@ -4,8 +4,8 @@ * (c) 2014 Martin Mares */ -#ifndef _BRUM_SYM_H -#define _BRUM_SYM_H +#ifndef _LEO_SYM_H +#define _LEO_SYM_H #include "osm.h" #include "style.h" -- 2.39.2