summaryrefslogtreecommitdiff
path: root/tan.c
diff options
context:
space:
mode:
Diffstat (limited to 'tan.c')
-rw-r--r--tan.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tan.c b/tan.c
index 132f138d9..03ce70963 100644
--- a/tan.c
+++ b/tan.c
@@ -19,9 +19,7 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#include "gmp.h"
-#include "gmp-impl.h"
-#include "mpfr.h"
+
#include "mpfr-impl.h"
/* computes tan(x) = sign(x)*sqrt(1/cos(x)^2-1) */