summaryrefslogtreecommitdiff
path: root/tests/tstrtofr.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2009-05-05 17:13:37 +0000
committerthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2009-05-05 17:13:37 +0000
commitc2c555787ea9185aa57937173d51b1127259c75a (patch)
tree5421c2d7151148ca42f8681c1ad882a8993e06b8 /tests/tstrtofr.c
parent9142c178b36633b01c2b457d47ef8ca436c801cb (diff)
downloadmpfr-c2c555787ea9185aa57937173d51b1127259c75a.tar.gz
Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.
Other cleanup of header inclusion. Other change (by mistake): corrections in algorithms.tex git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6192 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tstrtofr.c')
-rw-r--r--tests/tstrtofr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tstrtofr.c b/tests/tstrtofr.c
index 3e06fe402..2a2071534 100644
--- a/tests/tstrtofr.c
+++ b/tests/tstrtofr.c
@@ -20,10 +20,7 @@ along with the GNU MPFR Library; see the file COPYING.LIB. If not, see
http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
-#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
-#include <limits.h>
#include "mpfr-test.h"