mirror of https://github.com/CGAL/cgal
Polyline_simplification: Clean up examples
This commit is contained in:
parent
e73e030dca
commit
d476a017fa
|
|
@ -1,7 +1,5 @@
|
|||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/Polygon_2.h>
|
||||
|
|
@ -74,5 +72,3 @@ int main(int argc, char* argv[])
|
|||
print(ct, cid);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
#include <boost/config.hpp>
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
|
|
@ -56,4 +53,3 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#include <boost/config.hpp>
|
||||
#include <boost/version.hpp>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,8 @@
|
|||
#include <boost/config.hpp>
|
||||
#include <boost/version.hpp>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/Polyline_simplification_2/simplify.h>
|
||||
#include <CGAL/IO/WKT.h>
|
||||
#include <list>
|
||||
#include <deque>
|
||||
|
||||
namespace PS = CGAL::Polyline_simplification_2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue