mirror of https://github.com/CGAL/cgal
change order of include files
This commit is contained in:
parent
d95f340caa
commit
3abe51699a
|
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
#include <CGAL/_test_short_names_2.h>
|
#include <CGAL/_test_short_names_2.h>
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#ifndef CGAL_BASIC_H
|
#ifndef CGAL_BASIC_H
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#endif // CGAL_BASIC_H
|
#endif // CGAL_BASIC_H
|
||||||
|
#include <iostream>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#ifndef CGAL_GMPZ_H
|
#ifndef CGAL_GMPZ_H
|
||||||
#include <CGAL/Gmpz.h>
|
#include <CGAL/Gmpz.h>
|
||||||
#endif // CGAL::GMPZ
|
#endif // CGAL_GMPZ_H
|
||||||
#include <CGAL/Quotient.h>
|
#include <CGAL/Quotient.h>
|
||||||
//#include<CGAL/Arithmetic_filter.h>
|
//#include<CGAL/Arithmetic_filter.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue