diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-07-09 11:48:33 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-07-09 11:48:33 +0000 |
commit | 7c58e2d53ec48974efbbb8f16444ca9786bc324a (patch) | |
tree | 79158c54c76b9fbe65901acdcf469f0a30c2797c /exp_2.c | |
parent | f45f3cda75310b0cb32c165c10b856795c09a5ad (diff) | |
download | mpfr-7c58e2d53ec48974efbbb8f16444ca9786bc324a.tar.gz |
Header inclusion clean-up (merged -r4631:4633 from the trunk).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.3@4634 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'exp_2.c')
-rw-r--r-- | exp_2.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -21,8 +21,6 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <limits.h> - /* #define DEBUG */ #define MPFR_NEED_LONGLONG_H /* for count_leading_zeros */ #include "mpfr-impl.h" |