aboutsummaryrefslogtreecommitdiffstats
path: root/components/webxr/openxr/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/webxr/openxr/mod.rs')
-rw-r--r--components/webxr/openxr/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webxr/openxr/mod.rs b/components/webxr/openxr/mod.rs
index 7c3da3fb74b..585752dffa8 100644
--- a/components/webxr/openxr/mod.rs
+++ b/components/webxr/openxr/mod.rs
@@ -34,8 +34,8 @@ use webxr_api::{
ViewerPose, Viewport, Viewports, Views, Visibility, WebXrSender,
};
-use crate::gl_utils::GlClearer;
use crate::SurfmanGL;
+use crate::gl_utils::GlClearer;
mod input;
use input::OpenXRInput;