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. --- mp_bpl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mp_bpl.c') diff --git a/mp_bpl.c b/mp_bpl.c index 632805796..a13fb1596 100644 --- a/mp_bpl.c +++ b/mp_bpl.c @@ -27,7 +27,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" const int mp_bits_per_limb = GMP_LIMB_BITS; -- cgit v1.2.1