summaryrefslogtreecommitdiff
path: root/tests/tsin.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/tsin.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/tsin.c')
-rw-r--r--tests/tsin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tsin.c b/tests/tsin.c
index df662d503..86ec8dfd1 100644
--- a/tests/tsin.c
+++ b/tests/tsin.c
@@ -20,9 +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> /* for strlen */
#include "mpfr-test.h"