summaryrefslogtreecommitdiff
path: root/src/mpfr-mini-gmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpfr-mini-gmp.h')
-rw-r--r--src/mpfr-mini-gmp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mpfr-mini-gmp.h b/src/mpfr-mini-gmp.h
index 31da14a87..16228ae03 100644
--- a/src/mpfr-mini-gmp.h
+++ b/src/mpfr-mini-gmp.h
@@ -20,16 +20,12 @@ along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
-#include <stdlib.h> /* for size_t */
-#include "gmp.h"
-
#ifndef gmp_version
extern char gmp_version[];
#endif
#ifndef GMP_NUMB_BITS
/* see https://gmplib.org/list-archives/gmp-bugs/2015-October/003755.html */
-#include <limits.h>
#define GMP_NUMB_BITS (CHAR_BIT * sizeof(mp_limb_t))
#endif