aboutsummaryrefslogtreecommitdiff
path: root/src/geometry
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry')
-rw-r--r--src/geometry/waabb.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/geometry/waabb.rs b/src/geometry/waabb.rs
index 4981373..1706370 100644
--- a/src/geometry/waabb.rs
+++ b/src/geometry/waabb.rs
@@ -1,7 +1,5 @@
use crate::geometry::Ray;
-#[cfg(feature = "serde-serialize")]
-use crate::math::DIM;
-use crate::math::{Point, Vector, SIMD_WIDTH};
+use crate::math::{Point, Vector, DIM, SIMD_WIDTH};
use crate::utils;
use ncollide::bounding_volume::AABB;
use num::{One, Zero};