Polyline_simplification: Clean up examples

This commit is contained in:
Andreas Fabri 2022-05-24 12:38:28 +01:00
parent e73e030dca
commit d476a017fa
4 changed files with 0 additions and 13 deletions

View File

@ -1,7 +1,5 @@
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <boost/config.hpp>
#include <boost/version.hpp>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h> #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polygon_2.h> #include <CGAL/Polygon_2.h>
@ -74,5 +72,3 @@ int main(int argc, char* argv[])
print(ct, cid); print(ct, cid);
return 0; return 0;
} }

View File

@ -1,6 +1,3 @@
#include <boost/config.hpp>
#include <boost/version.hpp>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h> #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
@ -56,4 +53,3 @@ int main(int argc, char* argv[])
} }
return 0; return 0;
} }

View File

@ -1,5 +1,3 @@
#include <boost/config.hpp>
#include <boost/version.hpp>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h> #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>

View File

@ -1,11 +1,8 @@
#include <boost/config.hpp>
#include <boost/version.hpp>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h> #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polyline_simplification_2/simplify.h> #include <CGAL/Polyline_simplification_2/simplify.h>
#include <CGAL/IO/WKT.h> #include <CGAL/IO/WKT.h>
#include <list>
#include <deque> #include <deque>
namespace PS = CGAL::Polyline_simplification_2; namespace PS = CGAL::Polyline_simplification_2;