New module 'math'. <math.h> replaces mathl.h.
[gnulib.git] / lib / acosl.c
index bd07e53..122fb9c 100644 (file)
@@ -9,7 +9,10 @@
  * ====================================================
  */
 
-#include "mathl.h"
+#include <config.h>
+
+/* Specification.  */
+#include <math.h>
 
 /*
   Long double expansions contributed by
@@ -33,8 +36,6 @@
  */
 
 
-#include <math.h>
-
 static const long double
   one = 1.0L,
   huge = 1.0e+4932L,