summaryrefslogtreecommitdiffstats
path: root/graphics/src/geometry/path/arc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/src/geometry/path/arc.rs')
-rw-r--r--graphics/src/geometry/path/arc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/geometry/path/arc.rs b/graphics/src/geometry/path/arc.rs
index e0747d3e..2cdebb66 100644
--- a/graphics/src/geometry/path/arc.rs
+++ b/graphics/src/geometry/path/arc.rs
@@ -1,5 +1,5 @@
//! Build and draw curves.
-use crate::{Point, Vector};
+use iced_core::{Point, Vector};
/// A segment of a differentiable curve.
#[derive(Debug, Clone, Copy)]