summaryrefslogtreecommitdiff
path: root/src/math/exp10.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/exp10.c')
-rw-r--r--src/math/exp10.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/exp10.c b/src/math/exp10.c
index 9f5e3c2c..26899eba 100644
--- a/src/math/exp10.c
+++ b/src/math/exp10.c
@@ -1,7 +1,6 @@
#define _GNU_SOURCE
#include <math.h>
#include <stdint.h>
-#include "libc.h"
double exp10(double x)
{