Do only one call to GetVersionEx in the common case.
[pspp] / lib / logl.c
index 4694645813a14faf21ab167a5b3337670ca0b0f3..52adaecc17d08469521f4180efeb227c23601ac6 100644 (file)
@@ -62,8 +62,6 @@
  *
  */
 
-#include "isnanl.h"
-
 /* log(1+x) = x - .5 x^2 + x^3 l(x)
    -.0078125 <= x <= +.0078125
    peak relative error 1.2e-37 */