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/scene.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libdimension/dimension/scene.h') diff --git a/libdimension/dimension/scene.h b/libdimension/dimension/scene.h index 7b44231..2d9840b 100644 --- a/libdimension/dimension/scene.h +++ b/libdimension/dimension/scene.h @@ -23,9 +23,6 @@ * Entire scenes. */ -#ifndef DIMENSION_SCENE_H -#define DIMENSION_SCENE_H - /** Render quality flags. */ enum { DMNSN_RENDER_NONE = 0, /**< Render nothing. */ @@ -94,5 +91,3 @@ void dmnsn_delete_scene(dmnsn_scene *scene); * @param[in,out] scene The scene to initalize. */ void dmnsn_initialize_scene(dmnsn_scene *scene); - -#endif /* DIMENSION_SCENE_H */ -- cgit v1.2.3