summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/pigment.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/dimension/pigment.h')
-rw-r--r--libdimension/dimension/pigment.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libdimension/dimension/pigment.h b/libdimension/dimension/pigment.h
index ef8ad8b..896c0bc 100644
--- a/libdimension/dimension/pigment.h
+++ b/libdimension/dimension/pigment.h
@@ -23,9 +23,6 @@
* Object pigments.
*/
-#ifndef DIMENSION_PIGMENT_H
-#define DIMENSION_PIGMENT_H
-
/* Forward-declare dmnsn_pigment */
typedef struct dmnsn_pigment dmnsn_pigment;
@@ -79,5 +76,3 @@ void dmnsn_delete_pigment(dmnsn_pigment *pigment);
* @param[in,out] pigment The pigment to initialize.
*/
void dmnsn_initialize_pigment(dmnsn_pigment *pigment);
-
-#endif /* DIMENSION_PIGMENT_H */