diff --git a/Packages/Arrangement/include/CGAL/Arrangement_2.h b/Packages/Arrangement/include/CGAL/Arrangement_2.h index 2c63251087f..29d0e12dc30 100644 --- a/Packages/Arrangement/include/CGAL/Arrangement_2.h +++ b/Packages/Arrangement/include/CGAL/Arrangement_2.h @@ -49,10 +49,8 @@ #include #endif -#ifndef CGAL_ARR_USE_PMWX_OLD +#ifndef CGAL_PLANAR_MAP_WITH_INTERSECTIONS_H #include -#else -#include #endif #ifndef CGAL_IO_ARR_FILE_SCANNER_H @@ -75,11 +73,7 @@ public: typedef Planar_map_traits_wrap Traits_wrap; typedef Planar_map_2 Planar_map; typedef Pm_walk_along_line_point_location WalkPL; -#ifndef CGAL_ARR_USE_PMWX_OLD typedef Planar_map_with_intersections_2 Pmwx; -#else - typedef Arr_pmwx Pmwx; -#endif typedef typename Pmwx::Pmwx_change_notification Pmwx_change_notification; typedef Arrangement_2<_Dcel,_Traits,Base_node> Self;