move #include to the correct file

This commit is contained in:
Luis Peñaranda 2013-12-13 15:31:19 -03:00
parent b5a1cc9883
commit 89c5170ee0
3 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@
#include <CGAL/Gmpq.h>
#include <CGAL/Gmpfr.h>
#include <CGAL/Polynomial.h>
#include "RS/functors_1.h"
#include "RS/rs2_isolator_1.h"
#ifdef CGAL_USE_RS3
#include "RS/rs23_k_isolator_1.h"

View File

@ -22,7 +22,6 @@
#include <CGAL/Gmpz.h>
#include <CGAL/Gmpfr.h>
#include <CGAL/Polynomial.h>
#include "RS/functors_1.h"
#include "RS/rs2_isolator_1.h"
#ifdef CGAL_USE_RS3
#include "RS/rs23_k_isolator_1.h"

View File

@ -24,6 +24,7 @@
#include "algebraic_1.h"
#include "comparator_1.h"
#include "signat_1.h"
#include "functors_1.h"
namespace CGAL{
namespace RS_AK1{