removed redundant lines

This commit is contained in:
Peter Hachenberger 2009-03-28 17:38:11 +00:00
parent bed4209c7a
commit 1e33a84eaa
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,5 @@
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Nef_polyhedron_3.h>
#include <CGAL/IO/Polyhedron_iostream.h>
#include <CGAL/IO/Nef_polyhedron_iostream_3.h>
#include <CGAL/minkowski_sum_3.h>
#include <fstream>
@ -9,7 +7,6 @@
typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel;
typedef CGAL::Nef_polyhedron_3<Kernel> Nef_polyhedron;
typedef CGAL::Polyhedron_3<Kernel> Polyhedron;
int main() {