From a37ffee92728cdd24d3e32068f9949f069b4a204 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 4 Oct 2022 06:34:05 +0100 Subject: [PATCH] Fix a Convex_hull_3 test case --- Convex_hull_3/test/Convex_hull_3/degeneracy_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Convex_hull_3/test/Convex_hull_3/degeneracy_test.cpp b/Convex_hull_3/test/Convex_hull_3/degeneracy_test.cpp index 55b29cf4435..3638c7b9ef0 100644 --- a/Convex_hull_3/test/Convex_hull_3/degeneracy_test.cpp +++ b/Convex_hull_3/test/Convex_hull_3/degeneracy_test.cpp @@ -22,7 +22,6 @@ #include #include -#include #include #include #include