summaryrefslogtreecommitdiff
path: root/src/math/exp10l.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/exp10l.c')
-rw-r--r--src/math/exp10l.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/exp10l.c b/src/math/exp10l.c
index b758ebff..f3da1a08 100644
--- a/src/math/exp10l.c
+++ b/src/math/exp10l.c
@@ -1,7 +1,6 @@
#define _GNU_SOURCE
#include <float.h>
#include <math.h>
-#include "libc.h"
#include "libm.h"
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024