summaryrefslogtreecommitdiff
path: root/pow_si.c
diff options
context:
space:
mode:
authordaney <daney@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-16 12:55:53 +0000
committerdaney <daney@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-16 12:55:53 +0000
commit52a0307a3784361ba42532f4fa15a6f38960750b (patch)
tree863c585849ce59f23734efb50997d67ec2d33a5f /pow_si.c
parentc8fff339edbec220893125fc29f8c47762fa47d2 (diff)
downloadmpfr-52a0307a3784361ba42532f4fa15a6f38960750b.tar.gz
remove stdio.h math.h
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1544 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'pow_si.c')
-rw-r--r--pow_si.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pow_si.c b/pow_si.c
index 134a8f150..07711b908 100644
--- a/pow_si.c
+++ b/pow_si.c
@@ -19,8 +19,6 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#include <stdio.h>
-#include <math.h>
#include "gmp.h"
#include "gmp-impl.h"
#include "mpfr.h"