From 58a06c3ae43319390654304b3173a2aeb11cab31 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 23 Oct 2023 10:47:21 +0100 Subject: [PATCH] cleanup of the test.h --- .../test/Apollonius_graph_2/include/test.h | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/Apollonius_graph_2/test/Apollonius_graph_2/include/test.h b/Apollonius_graph_2/test/Apollonius_graph_2/include/test.h index 680b69e4a648..7d9e98171e9b 100644 --- a/Apollonius_graph_2/test/Apollonius_graph_2/include/test.h +++ b/Apollonius_graph_2/test/Apollonius_graph_2/include/test.h @@ -1,20 +1,16 @@ #ifndef CGAL_APOLLONIUS_GRAPH_2_TEST_H #define CGAL_APOLLONIUS_GRAPH_2_TEST_H +#include +#include +#include +#include + #include #include #include #include -#include // this is done in order to avoid error -// when the Segment_2_Segment_2_intersection.h file is included from -// the Triangulation_euclidean_traits_2.h file. - -#include -#include -#include -#include -//#include #include "IO/Null_output_stream.h"