diff options
Diffstat (limited to 'tests/tpow.c')
-rw-r--r-- | tests/tpow.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tpow.c b/tests/tpow.c index c4d28acf4..fedc97ace 100644 --- a/tests/tpow.c +++ b/tests/tpow.c @@ -20,11 +20,8 @@ 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 <float.h> #include <math.h> -#include <limits.h> #include "mpfr-test.h" |