summaryrefslogtreecommitdiff
path: root/sub_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub_ui.c')
-rw-r--r--sub_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub_ui.c b/sub_ui.c
index 845858cb8..194d99985 100644
--- a/sub_ui.c
+++ b/sub_ui.c
@@ -21,9 +21,9 @@ MA 02111-1307, USA. */
#include <stdio.h>
#include "gmp.h"
-#include "gmp-impl.h"
#include "longlong.h"
#include "mpfr.h"
+#include "gmp-impl.h"
#define MON_INIT(xp, x, p, s) xp = (mp_ptr) TMP_ALLOC(s*BYTES_PER_MP_LIMB); x -> _mp_prec = p; x -> _mp_d = xp; x -> _mp_size = s;