New module 'unicase/u32-is-titlecase'.
[pspp] / lib / asinl.c
index ee5d8e9404b26f1af4b21c65ca70fef22d3da972..3b896fa39b946a5bf6c046026645765afa02ddb1 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,