summaryrefslogtreecommitdiffstats
path: root/libdimension/prtree.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/prtree.h
parent065846d055c9c0956fe4bf1762d81a4b72b5d5a8 (diff)
downloaddimension-0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc.tar.xz
Get rid of include guards on sub-headers.
Diffstat (limited to 'libdimension/prtree.h')
-rw-r--r--libdimension/prtree.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libdimension/prtree.h b/libdimension/prtree.h
index 26d6c1e..e799675 100644
--- a/libdimension/prtree.h
+++ b/libdimension/prtree.h
@@ -26,9 +26,6 @@
* from B-trees.
*/
-#ifndef DIMENSION_IMPL_PRTREE_H
-#define DIMENSION_IMPL_PRTREE_H
-
#include <stdbool.h>
/** A priority R-tree; the spatial subdivision method used for intersection
@@ -50,5 +47,3 @@ bool dmnsn_prtree_intersection(const dmnsn_prtree *tree, dmnsn_line ray,
dmnsn_intersection *intersection, bool reset);
/** Determine whether a point is inside any object in the tree. */
bool dmnsn_prtree_inside(const dmnsn_prtree *tree, dmnsn_vector point);
-
-#endif /* DIMENSION_IMPL_PRTREE_H */