summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/dimension/objects.h')
-rw-r--r--libdimension/dimension/objects.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libdimension/dimension/objects.h b/libdimension/dimension/objects.h
index b115030..aa53329 100644
--- a/libdimension/dimension/objects.h
+++ b/libdimension/dimension/objects.h
@@ -23,9 +23,6 @@
* Pre-defined objects.
*/
-#ifndef DIMENSION_OBJECTS_H
-#define DIMENSION_OBJECTS_H
-
#include <stdbool.h>
/**
@@ -63,5 +60,3 @@ dmnsn_object *dmnsn_new_cone(double r1, double r2, bool open);
* @return A torus, centered at the origin and lying in the x-z plane.
*/
dmnsn_object *dmnsn_new_torus(double major, double minor);
-
-#endif /* DIMENSION_OBJECTS_H */