include only needed headers

This commit is contained in:
Sylvain Pion 2008-01-20 19:00:55 +00:00
parent b24108f5fd
commit 0fa668ecee
1 changed files with 1 additions and 2 deletions

View File

@ -3,9 +3,8 @@
#include <iostream>
#include <fstream>
#include <cassert>
#include <list>
#include <vector>
#include <set>
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;