summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/dimension/object.h')
-rw-r--r--libdimension/dimension/object.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libdimension/dimension/object.h b/libdimension/dimension/object.h
index 46ff8f7..ea8a6a8 100644
--- a/libdimension/dimension/object.h
+++ b/libdimension/dimension/object.h
@@ -23,9 +23,6 @@
* Objects.
*/
-#ifndef DIMENSION_OBJECT_H
-#define DIMENSION_OBJECT_H
-
#include <stdbool.h>
/** A type to represent a ray-object intersection. */
@@ -167,5 +164,3 @@ dmnsn_object_inside(const dmnsn_object *object, dmnsn_vector point)
point = dmnsn_transform_vector(object->trans_inv, point);
return object->inside_fn(object, point);
}
-
-#endif /* DIMENSION_OBJECT_H */