remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE
[musl] / src / ctype / isblank.c
index 299120e..716da23 100644 (file)
@@ -1,5 +1,4 @@
 #include <ctype.h>
-#include "libc.h"
 
 int isblank(int c)
 {