change order of include files

This commit is contained in:
Mariette Yvinec 1999-05-01 09:58:33 +00:00
parent d95f340caa
commit 3abe51699a
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
#include <CGAL/_test_short_names_2.h>
#include <iostream>
#ifndef CGAL_BASIC_H
#include <CGAL/basic.h>
#endif // CGAL_BASIC_H
#include <iostream>
#include <cassert>
#ifndef CGAL_GMPZ_H
#include <CGAL/Gmpz.h>
#endif // CGAL::GMPZ
#endif // CGAL_GMPZ_H
#include <CGAL/Quotient.h>
//#include<CGAL/Arithmetic_filter.h>