aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/math-type-macros-double.h2
-rw-r--r--sysdeps/generic/math-type-macros-float.h2
-rw-r--r--sysdeps/generic/math-type-macros-float128.h2
-rw-r--r--sysdeps/generic/math-type-macros-ldouble.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/generic/math-type-macros-double.h b/sysdeps/generic/math-type-macros-double.h
index 1564182..be5d944 100644
--- a/sysdeps/generic/math-type-macros-double.h
+++ b/sysdeps/generic/math-type-macros-double.h
@@ -27,8 +27,8 @@
#define CFLOAT _Complex double
#define M_STRTO_NAN __strtod_nan
-#include <math-nan-payload-double.h>
#include <libm-alias-double.h>
+#include <math-nan-payload-double.h>
#ifndef declare_mgen_alias
# define declare_mgen_alias(from, to) libm_alias_double (from, to)
diff --git a/sysdeps/generic/math-type-macros-float.h b/sysdeps/generic/math-type-macros-float.h
index 7dd0b74..1f28095 100644
--- a/sysdeps/generic/math-type-macros-float.h
+++ b/sysdeps/generic/math-type-macros-float.h
@@ -30,8 +30,8 @@
the double macro constants. */
#define M_MLIT(c) c
-#include <math-nan-payload-float.h>
#include <libm-alias-float.h>
+#include <math-nan-payload-float.h>
#ifndef declare_mgen_alias
# define declare_mgen_alias(from, to) libm_alias_float (from, to)
diff --git a/sysdeps/generic/math-type-macros-float128.h b/sysdeps/generic/math-type-macros-float128.h
index 6144bc0..c36785f 100644
--- a/sysdeps/generic/math-type-macros-float128.h
+++ b/sysdeps/generic/math-type-macros-float128.h
@@ -29,8 +29,8 @@
#define M_MLIT(c) c ## f128
-#include <math-nan-payload-float128.h>
#include <libm-alias-float128.h>
+#include <math-nan-payload-float128.h>
#ifndef declare_mgen_alias
# define declare_mgen_alias(from, to) libm_alias_float128 (from, to)
diff --git a/sysdeps/generic/math-type-macros-ldouble.h b/sysdeps/generic/math-type-macros-ldouble.h
index db41199..300dd18 100644
--- a/sysdeps/generic/math-type-macros-ldouble.h
+++ b/sysdeps/generic/math-type-macros-ldouble.h
@@ -27,8 +27,8 @@
#define CFLOAT _Complex long double
#define M_STRTO_NAN __strtold_nan
-#include <math-nan-payload-ldouble.h>
#include <libm-alias-ldouble.h>
+#include <math-nan-payload-ldouble.h>
#ifndef declare_mgen_alias
# define declare_mgen_alias(from, to) libm_alias_ldouble (from, to)