31 #ifndef CGALTriangulation3DKernel_H
32 #define CGALTriangulation3DKernel_H
36 #include "CGAL/Delaunay_triangulation_3.h"
42 #include "CGAL/Exact_predicates_inexact_constructions_kernel.h"
43 typedef CGAL::Exact_predicates_inexact_constructions_kernel
baseK;
48 #include "CGAL/Robust_circumcenter_filtered_traits_3.h"
49 typedef CGAL::Robust_circumcenter_filtered_traits_3<baseK>
K;
54 #include "CGAL/Exact_predicates_exact_constructions_kernel.h"
55 typedef CGAL::Exact_predicates_exact_constructions_kernel
baseK;
56 typedef CGAL::Exact_predicates_exact_constructions_kernel
K;