diff options
Diffstat (limited to 'libc/string/ffs.c')
-rw-r--r-- | libc/string/ffs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/ffs.c b/libc/string/ffs.c index 0857a3220..f7d94ebf0 100644 --- a/libc/string/ffs.c +++ b/libc/string/ffs.c @@ -8,7 +8,6 @@ /* ffsl,ffsll */ #include "_string.h" -#include <strings.h> /* Experimentally off - libc_hidden_proto(ffs) */ |