summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/erasurecode/erasurecode_stdinc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/erasurecode/erasurecode_stdinc.h b/include/erasurecode/erasurecode_stdinc.h
index 903b33e..aaa9e2b 100644
--- a/include/erasurecode/erasurecode_stdinc.h
+++ b/include/erasurecode/erasurecode_stdinc.h
@@ -100,9 +100,6 @@
#ifdef HAVE_ERRNO_H
# include <errno.h>
#endif
-#ifdef HAVE_MATH_H
-# include <math.h>
-#endif
#if defined(__GNUC__) && __GNUC__ >= 4
# define DECLSPEC __attribute__ ((visibility("default")))