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/cameras.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libdimension/dimension/cameras.h') diff --git a/libdimension/dimension/cameras.h b/libdimension/dimension/cameras.h index 70e9dc5..d7f44b2 100644 --- a/libdimension/dimension/cameras.h +++ b/libdimension/dimension/cameras.h @@ -23,9 +23,6 @@ * Pre-defined camera types. */ -#ifndef DIMENSION_CAMERAS_H -#define DIMENSION_CAMERAS_H - /** * A perspective camera. The camera is located at the origin, looking at * (0, 0, 1). The feild of view is the section of the plane z = 1 from @@ -34,5 +31,3 @@ * @return A perspective camera. */ dmnsn_camera *dmnsn_new_perspective_camera(void); - -#endif /* DIMENSION_CAMERAS_H */ -- cgit v1.2.3