diff options
Diffstat (limited to 'src/commands/wc.c')
-rw-r--r-- | src/commands/wc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/wc.c b/src/commands/wc.c index 7132370..892ef2e 100644 --- a/src/commands/wc.c +++ b/src/commands/wc.c @@ -1,8 +1,6 @@ #include "../command.h" #include <ctype.h> -#include <stdio.h> -#include <string.h> struct Flags { bool newlines; |