summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/sky_sphere.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-05-16 16:07:18 -0600
committerTavian Barnes <tavianator@gmail.com>2011-05-16 16:07:18 -0600
commit0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc (patch)
tree90e75e8372ffacd878413bdff663d9cd7f7e1d75 /libdimension/dimension/sky_sphere.h
parent065846d055c9c0956fe4bf1762d81a4b72b5d5a8 (diff)
downloaddimension-0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc.tar.xz
Get rid of include guards on sub-headers.
Diffstat (limited to 'libdimension/dimension/sky_sphere.h')
-rw-r--r--libdimension/dimension/sky_sphere.h5
1 files changed, 0 insertions, 5 deletions
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 */