From a85f364f794da9763042f7e17f200cf20b655fd3 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 11 Apr 2006 19:45:09 +0000 Subject: [PATCH] Removed rounding for Gmpq as it may change orientation of points --- Qt_widget/include/CGAL/IO/Qt_widget.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Qt_widget/include/CGAL/IO/Qt_widget.h b/Qt_widget/include/CGAL/IO/Qt_widget.h index 2c4d05dc135..0006881715d 100644 --- a/Qt_widget/include/CGAL/IO/Qt_widget.h +++ b/Qt_widget/include/CGAL/IO/Qt_widget.h @@ -30,13 +30,6 @@ //temporary, should remove next line!! #include #include -#ifdef CGAL_USE_GMP - #include - #include - #include - typedef CGAL::Quotient CGAL_Rational; - #include -#endif //CGAL_USE_GMP #include #include