From 78bbe0f356bbd5b3712d4bd69c1a64aacc3416f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 20 Jan 2017 16:19:07 +0100 Subject: [PATCH] Follow up of 00a91ff5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 00a91ff5ce3432fdaaa4ca328a9d2bede124fd82 Author: Sébastien Loriot Date: Thu Jan 19 15:15:29 2017 +0100 remove Nef_2 polynomial from CGAL lib --- Nef_2/include/CGAL/Nef_2/Polynomial.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Nef_2/include/CGAL/Nef_2/Polynomial.h b/Nef_2/include/CGAL/Nef_2/Polynomial.h index 65b47907ad1..826bbaef633 100644 --- a/Nef_2/include/CGAL/Nef_2/Polynomial.h +++ b/Nef_2/include/CGAL/Nef_2/Polynomial.h @@ -1975,8 +1975,6 @@ using Nef::gcd; } //namespace CGAL -#ifdef CGAL_HEADER_ONLY #include -#endif // CGAL_HEADER_ONLY #endif // CGAL_NEF_2_POLYNOMIAL_H