diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2012-02-24 16:13:48 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2012-02-24 16:13:48 +0000 |
commit | 321b58671e8cf9f2f404256eb54172bab3284584 (patch) | |
tree | 29dc0860097a408a629605a324b226e71669fd08 /tests/troot.c | |
parent | c101da7aeaeef39e9a6725c250124ac1eeb2b27e (diff) | |
download | mpfr-321b58671e8cf9f2f404256eb54172bab3284584.tar.gz |
[tests] Removed #include of headers already included via "mpfr-test.h"
(<limits.h>, <stdio.h>, <stdlib.h>). Note: this change doesn't apply
to tvalist.c, which is a special test that doesn't use "mpfr-test.h".
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8054 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/troot.c')
-rw-r--r-- | tests/troot.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/troot.c b/tests/troot.c index f94ad0c47..d9e0381cc 100644 --- a/tests/troot.c +++ b/tests/troot.c @@ -20,9 +20,6 @@ along with the GNU MPFR Library; see the file COPYING.LESSER. 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 "mpfr-test.h" static void |