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/objects.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libdimension/dimension/objects.h') diff --git a/libdimension/dimension/objects.h b/libdimension/dimension/objects.h index b115030..aa53329 100644 --- a/libdimension/dimension/objects.h +++ b/libdimension/dimension/objects.h @@ -23,9 +23,6 @@ * Pre-defined objects. */ -#ifndef DIMENSION_OBJECTS_H -#define DIMENSION_OBJECTS_H - #include /** @@ -63,5 +60,3 @@ dmnsn_object *dmnsn_new_cone(double r1, double r2, bool open); * @return A torus, centered at the origin and lying in the x-z plane. */ dmnsn_object *dmnsn_new_torus(double major, double minor); - -#endif /* DIMENSION_OBJECTS_H */ -- cgit v1.2.3