summaryrefslogtreecommitdiff
path: root/src/commands/whoami.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/commands/whoami.c2
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");