diff options
Diffstat (limited to '')
-rw-r--r-- | src/commands/whoami.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/whoami.c b/src/commands/whoami.c index efc9bcd..f19a724 100644 --- a/src/commands/whoami.c +++ b/src/commands/whoami.c @@ -1,8 +1,6 @@ #include "../command.h" #include <pwd.h> -#include <sys/types.h> -#include <unistd.h> static void help() { printf("Usage: whoami\n\n"); |