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/csg.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libdimension/dimension/csg.h') diff --git a/libdimension/dimension/csg.h b/libdimension/dimension/csg.h index f5e43d1..9d86f71 100644 --- a/libdimension/dimension/csg.h +++ b/libdimension/dimension/csg.h @@ -23,9 +23,6 @@ * Constructive solid geometry */ -#ifndef DIMENSION_CSG_H -#define DIMENSION_CSG_H - /** * CSG union. * @param[in] objects The objects from which to compose the union. @@ -56,5 +53,3 @@ dmnsn_object *dmnsn_new_csg_difference(dmnsn_object *A, dmnsn_object *B); * @return The merge of \p A and \p B. */ dmnsn_object *dmnsn_new_csg_merge(dmnsn_object *A, dmnsn_object *B); - -#endif /* DIMENSION_CSG_H */ -- cgit v1.2.3