summaryrefslogtreecommitdiff
path: root/src/commands/ls.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/commands/ls.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/commands/ls.c b/src/commands/ls.c
index 934762d..855168c 100644
--- a/src/commands/ls.c
+++ b/src/commands/ls.c
@@ -1,13 +1,7 @@
#include "../command.h"
-#include <errno.h>
#include <grp.h>
#include <pwd.h>
-#include <stdio.h>
-#include <string.h>
-#include <sys/stat.h>
-#include <sys/ioctl.h>
-#include <unistd.h>
#include <dirent.h>
#include <ftw.h>
#include <limits.h>