From 6468f6e91185002230fb15e3a18e8123d7e2f059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=82=E4=B9=8B=E9=92=B3?= Date: Fri, 24 Jul 2026 13:24:17 +0000 Subject: [PATCH] fix: Point2D already in scope via point.h --- include/vde/core/cam_toolpath.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/vde/core/cam_toolpath.h b/include/vde/core/cam_toolpath.h index 93dbe16..68fd703 100644 --- a/include/vde/core/cam_toolpath.h +++ b/include/vde/core/cam_toolpath.h @@ -11,7 +11,6 @@ namespace vde::core { using core::Point3D; using core::Vector3D; -using Point2D; /// Toolpath segment types enum class PathSegmentType {