aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/atest-exp.c2
-rw-r--r--math/atest-exp2.c2
-rw-r--r--math/atest-sincos.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/math/atest-exp.c b/math/atest-exp.c
index 677d19239f..e5f47520c6 100644
--- a/math/atest-exp.c
+++ b/math/atest-exp.c
@@ -19,7 +19,7 @@
#include <stdio.h>
#include <math.h>
-#include <stdlib/gmp.h>
+#include <gmp.h>
#include <string.h>
#include <limits.h>
#include <assert.h>
diff --git a/math/atest-exp2.c b/math/atest-exp2.c
index 6a17039ecd..6a41398fef 100644
--- a/math/atest-exp2.c
+++ b/math/atest-exp2.c
@@ -19,7 +19,7 @@
#include <stdio.h>
#include <math.h>
-#include <stdlib/gmp.h>
+#include <gmp.h>
#include <string.h>
#include <limits.h>
#include <assert.h>
diff --git a/math/atest-sincos.c b/math/atest-sincos.c
index b07dea393e..d82f62a272 100644
--- a/math/atest-sincos.c
+++ b/math/atest-sincos.c
@@ -19,7 +19,7 @@
#include <stdio.h>
#include <math.h>
-#include <stdlib/gmp.h>
+#include <gmp.h>
#include <string.h>
#include <limits.h>
#include <assert.h>