From 89e2ec7c663922359f49689c92e8c778f4f566bc Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Mon, 29 Aug 2016 21:40:14 +0200 Subject: Include just gmp-impl.h, make gmp-impl.h grab gmp.h. --- primesieve.c | 1 - 1 file changed, 1 deletion(-) (limited to 'primesieve.c') diff --git a/primesieve.c b/primesieve.c index 6ccf571a2..0561ef0eb 100644 --- a/primesieve.c +++ b/primesieve.c @@ -35,7 +35,6 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "gmp.h" #include "gmp-impl.h" #if 0 -- cgit v1.2.1