// Copyright (c) 2006-2009 Inria Lorraine (France). All rights reserved.
// 
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
// 
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
// 
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// 
// $URL: svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d_1_RS_Gmpq.h $
// $Id: Algebraic_kernel_d_1_RS_Gmpq.h 53360 2009-12-09 14:51:58Z penarand $
// 
// Author: Luis Peņaranda <luis.penaranda@loria.fr>

#ifndef CGAL_ALGEBRAIC_KERNEL_RS_1_GMPQ
#define CGAL_ALGEBRAIC_KERNEL_RS_1_GMPQ

#include <CGAL/Gmpq.h>
#include <CGAL/RS/Algebraic_kernel_d_1_RS.h>

namespace CGAL{

typedef Algebraic_kernel_d_1_RS<Gmpq>       Algebraic_kernel_d_1_RS_Gmpq;

}

#endif  // CGAL_ALGEBRAIC_KERNEL_RS_1_GMPQ
