31 #ifndef CGAL3DKernel_H
32 #define CGAL3DKernel_H
39 #include "CGAL/Exact_predicates_inexact_constructions_kernel.h"
40 typedef CGAL::Exact_predicates_inexact_constructions_kernel
K;
45 #include "CGAL/Exact_predicates_exact_constructions_kernel.h"
46 typedef CGAL::Exact_predicates_exact_constructions_kernel
K;