31 #ifndef CGALTriangulation2DKernel_H
32 #define CGALTriangulation2DKernel_H
36 #include "CGAL/Delaunay_triangulation_2.h"
42 #include "CGAL/Exact_predicates_inexact_constructions_kernel.h"
44 typedef CGAL::Exact_predicates_inexact_constructions_kernel
K;
49 #include "CGAL/Exact_predicates_exact_constructions_kernel.h"
51 typedef CGAL::Exact_predicates_exact_constructions_kernel
K;