diff options
Diffstat (limited to 'tests/reuse.c')
-rw-r--r-- | tests/reuse.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/reuse.c b/tests/reuse.c index d3bbf056f..45e7b41fb 100644 --- a/tests/reuse.c +++ b/tests/reuse.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" #define DISP(s, t) {printf(s); mpfr_out_str(stdout, 2, 0, t, MPFR_RNDN); } |