summaryrefslogtreecommitdiff
path: root/mpz_set_fr.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpz_set_fr.c')
-rw-r--r--mpz_set_fr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpz_set_fr.c b/mpz_set_fr.c
index 7bd61e852..480f9d41c 100644
--- a/mpz_set_fr.c
+++ b/mpz_set_fr.c
@@ -20,9 +20,10 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include "gmp.h"
-#include "mpfr.h"
#include "gmp-impl.h"
#include "longlong.h"
+#include "mpfr.h"
+#include "mpfr-impl.h"
/* puts the mantissa of f into z, and returns 'exp' such that f = z * 2^exp
*/