diff options
Diffstat (limited to 'div.c')
-rw-r--r-- | div.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,9 +23,9 @@ MA 02111-1307, USA. */ #include <stdio.h> #include <stdlib.h> #include "gmp.h" -#include "gmp-impl.h" #include "mpfr.h" #include "longlong.h" +#include "gmp-impl.h" /* #define DEBUG */ |