summaryrefslogtreecommitdiff
path: root/src/math/lgammal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/lgammal.c')
-rw-r--r--src/math/lgammal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/lgammal.c b/src/math/lgammal.c
index 8c798123..abbd4fc6 100644
--- a/src/math/lgammal.c
+++ b/src/math/lgammal.c
@@ -87,7 +87,6 @@
#define _GNU_SOURCE
#include "libm.h"
-#include "libc.h"
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
long double __lgammal_r(long double x, int *sg)