From 0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 16 May 2011 16:07:18 -0600 Subject: Get rid of include guards on sub-headers. --- libdimension/dimension/map.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libdimension/dimension/map.h') diff --git a/libdimension/dimension/map.h b/libdimension/dimension/map.h index ca30b3a..80b48b6 100644 --- a/libdimension/dimension/map.h +++ b/libdimension/dimension/map.h @@ -18,15 +18,11 @@ * . * *************************************************************************/ - /** * @file * Generic maps (backend for color_maps, pigment_maps, etc.). */ -#ifndef DIMENSION_MAP_H -#define DIMENSION_MAP_H - /** A map. */ typedef struct dmnsn_map { dmnsn_free_fn *free_fn; /**< Destructor callback. */ @@ -79,5 +75,3 @@ void dmnsn_evaluate_map(const dmnsn_map *map, double n, * @param[in] callback The callback to apply to the elements. */ void dmnsn_map_apply(dmnsn_map *map, dmnsn_callback_fn *callback); - -#endif /* DIMENSION_MAP_H */ -- cgit v1.2.3