// Copyright (c) 2006-2009 Max-Planck-Institute Saarbruecken (Germany). // All rights reserved. // // This file is part of CGAL (www.cgal.org) // // $URL: https://github.com/CGAL/cgal/blob/v5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d_2.h $ // $Id: Algebraic_kernel_d_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Michael Kerber // // ============================================================================ #ifndef CGAL_ALGEBRAIC_KERNEL_D_2_H #define CGAL_ALGEBRAIC_KERNEL_D_2_H #include #include #include #include namespace CGAL { template class Algebraic_kernel_d_2 : public CGAL::Algebraic_curve_kernel_2 < CGAL::Algebraic_kernel_d_1 > {}; } //namespace CGAL #include #endif // CGAL_ALGEBRAIC_KERNEL_D_1_H