summaryrefslogtreecommitdiff
path: root/core/math/bvh_tree.h
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-10-06 16:35:54 -0500
committerAaron Franke <arnfranke@yahoo.com>2022-10-07 11:28:47 -0500
commit43722dbcbc1e164ab8b9008395c650edb1d977db (patch)
tree24105241d8b2f168c9a1525e13da63b5880f8f91 /core/math/bvh_tree.h
parent1baefceababe8a0d63434a231c3799555a45d8e3 (diff)
Use float literals for float calculations in Color
Diffstat (limited to 'core/math/bvh_tree.h')
-rw-r--r--core/math/bvh_tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/bvh_tree.h b/core/math/bvh_tree.h
index 8291394b31..3836e92a83 100644
--- a/core/math/bvh_tree.h
+++ b/core/math/bvh_tree.h
@@ -43,7 +43,6 @@
#include "core/math/bvh_abb.h"
#include "core/math/geometry_3d.h"
#include "core/math/vector3.h"
-#include "core/string/print_string.h"
#include "core/templates/local_vector.h"
#include "core/templates/pooled_list.h"
#include <limits.h>