don't remap internal-use syscall macros to nonexistent time32 syscalls
[musl] / src / math / lgamma_r.c
index fff565d..f9984cd 100644 (file)
@@ -79,7 +79,6 @@
  */
 
 #include "libm.h"
-#include "libc.h"
 
 static const double
 pi  =  3.14159265358979311600e+00, /* 0x400921FB, 0x54442D18 */