summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/texture.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/texture.h
parent065846d055c9c0956fe4bf1762d81a4b72b5d5a8 (diff)
downloaddimension-0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc.tar.xz
Get rid of include guards on sub-headers.
Diffstat (limited to 'libdimension/dimension/texture.h')
-rw-r--r--libdimension/dimension/texture.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libdimension/dimension/texture.h b/libdimension/dimension/texture.h
index 2ecf461..31ab86b 100644
--- a/libdimension/dimension/texture.h
+++ b/libdimension/dimension/texture.h
@@ -23,9 +23,6 @@
* Object textures.
*/
-#ifndef DIMENSION_TEXTURE_H
-#define DIMENSION_TEXTURE_H
-
/** A complete texture. */
typedef struct {
dmnsn_pigment *pigment; /**< Pigment. */
@@ -57,5 +54,3 @@ void dmnsn_delete_texture(dmnsn_texture *texture);
* @param[in,out] texture The texture to initialize.
*/
void dmnsn_initialize_texture(dmnsn_texture *texture);
-
-#endif /* DIMENSION_TEXTURE_H */