New module 'unicase/u8-casecmp'.
[pspp] / lib / acosl.c
index bd07e532528e278199c8e4420f9ec900b6561522..122fb9ccb44f393f164fe1ceac70b31e30f77d96 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,