diff --git a/Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp b/Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp index 38ada449f50..6d58f8fc0aa 100644 --- a/Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp +++ b/Convex_hull_2/examples/Convex_hull_2/array_convex_hull_2.cpp @@ -1,8 +1,3 @@ -/*! -\file -\brief Example for a the convex hull algorithm reading and writing points from and to a built-in array. -*/ - #include #include #include