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"