summaryrefslogtreecommitdiff
path: root/tests/tout_str.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/tout_str.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/tout_str.c')
-rw-r--r--tests/tout_str.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tout_str.c b/tests/tout_str.c
index cf261cb7c..e01b4faa5 100644
--- a/tests/tout_str.c
+++ b/tests/tout_str.c
@@ -21,9 +21,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <float.h>
-#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include "mpfr-test.h"