mirror of https://github.com/CGAL/cgal
move #include to the correct file
This commit is contained in:
parent
b5a1cc9883
commit
89c5170ee0
|
|
@ -22,7 +22,6 @@
|
||||||
#include <CGAL/Gmpq.h>
|
#include <CGAL/Gmpq.h>
|
||||||
#include <CGAL/Gmpfr.h>
|
#include <CGAL/Gmpfr.h>
|
||||||
#include <CGAL/Polynomial.h>
|
#include <CGAL/Polynomial.h>
|
||||||
#include "RS/functors_1.h"
|
|
||||||
#include "RS/rs2_isolator_1.h"
|
#include "RS/rs2_isolator_1.h"
|
||||||
#ifdef CGAL_USE_RS3
|
#ifdef CGAL_USE_RS3
|
||||||
#include "RS/rs23_k_isolator_1.h"
|
#include "RS/rs23_k_isolator_1.h"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
#include <CGAL/Gmpz.h>
|
#include <CGAL/Gmpz.h>
|
||||||
#include <CGAL/Gmpfr.h>
|
#include <CGAL/Gmpfr.h>
|
||||||
#include <CGAL/Polynomial.h>
|
#include <CGAL/Polynomial.h>
|
||||||
#include "RS/functors_1.h"
|
|
||||||
#include "RS/rs2_isolator_1.h"
|
#include "RS/rs2_isolator_1.h"
|
||||||
#ifdef CGAL_USE_RS3
|
#ifdef CGAL_USE_RS3
|
||||||
#include "RS/rs23_k_isolator_1.h"
|
#include "RS/rs23_k_isolator_1.h"
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@
|
||||||
#include "algebraic_1.h"
|
#include "algebraic_1.h"
|
||||||
#include "comparator_1.h"
|
#include "comparator_1.h"
|
||||||
#include "signat_1.h"
|
#include "signat_1.h"
|
||||||
|
#include "functors_1.h"
|
||||||
|
|
||||||
namespace CGAL{
|
namespace CGAL{
|
||||||
namespace RS_AK1{
|
namespace RS_AK1{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue