diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-04-11 01:36:49 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-04-11 01:36:49 +0000 |
commit | 2249050f90cf9dcf3b524ec6c7518c86221daa5a (patch) | |
tree | a0d7961045f995c8159be8e3bbd9db15226ca38c | |
parent | 6174eb3f36738e8cd11dbc620e0e2119ffde3c2c (diff) | |
download | mpfr-2249050f90cf9dcf3b524ec6c7518c86221daa5a.tar.gz |
#include ordering fixed.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1849 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | set_q.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,10 +20,10 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "gmp.h" -#include "mpfr.h" -#include "mpfr-impl.h" #include "gmp-impl.h" #include "longlong.h" +#include "mpfr.h" +#include "mpfr-impl.h" /* set f to the rational q */ int |