summaryrefslogtreecommitdiffstats
path: root/libsensors/software/core/mpl/inv_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/software/core/mpl/inv_math.h')
-rw-r--r--libsensors/software/core/mpl/inv_math.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libsensors/software/core/mpl/inv_math.h b/libsensors/software/core/mpl/inv_math.h
deleted file mode 100644
index 6620bbf..0000000
--- a/libsensors/software/core/mpl/inv_math.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* math.h has many functions and defines that are not consistent across
-* platforms. This address that */
-
-#ifdef _WINDOWS
-#define _USE_MATH_DEFINES
-#endif
-
-#include <math.h>