From bf50333f5beed2e75664e3f224ef1374ca02f1cc Mon Sep 17 00:00:00 2001 From: hyzboy Date: Thu, 23 May 2024 02:28:09 +0800 Subject: [PATCH] Remove the excess # include --- example/Gizmo/PlaneGrid3D.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/example/Gizmo/PlaneGrid3D.cpp b/example/Gizmo/PlaneGrid3D.cpp index 131a3a72..6532f974 100644 --- a/example/Gizmo/PlaneGrid3D.cpp +++ b/example/Gizmo/PlaneGrid3D.cpp @@ -6,7 +6,6 @@ #include #include #include -#include #include using namespace hgl;