use CGAL/config.h instead to CGAL/basic.h

The only use of this include here is to detect the definition
CGAL_HAS_THREADS.
This commit is contained in:
Luis Peñaranda 2013-11-05 20:29:15 -02:00
parent f19d779046
commit 4d7c940c2f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#ifndef CGAL_GMPFI_TYPE_H
#define CGAL_GMPFI_TYPE_H
#include <CGAL/basic.h>
#include <CGAL/config.h>
#include <CGAL/gmp.h>
#include <mpfr.h>
#include <CGAL/GMP/Gmpfr_type.h>