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/sky_sphere.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libdimension/dimension/sky_sphere.h') diff --git a/libdimension/dimension/sky_sphere.h b/libdimension/dimension/sky_sphere.h index 3a17261..43ad57e 100644 --- a/libdimension/dimension/sky_sphere.h +++ b/libdimension/dimension/sky_sphere.h @@ -23,9 +23,6 @@ * Sky spheres. */ -#ifndef DIMENSION_SKY_SPHERE_H -#define DIMENSION_SKY_SPHERE_H - /** A sky sphere. */ typedef struct dmnsn_sky_sphere { /** An array of pigments in inside-to-outside order. */ @@ -59,5 +56,3 @@ void dmnsn_initialize_sky_sphere(dmnsn_sky_sphere *sky_sphere); */ dmnsn_color dmnsn_sky_sphere_color(const dmnsn_sky_sphere *sky_sphere, dmnsn_vector d); - -#endif /* DIMENSION_SKY_SPHERE_H */ -- cgit v1.2.3