summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/setfacl/mask.c3
-rw-r--r--bin/setfacl/merge.c1
-rw-r--r--bin/setfacl/remove.c2
-rw-r--r--bin/setfacl/util.c1
4 files changed, 0 insertions, 7 deletions
diff --git a/bin/setfacl/mask.c b/bin/setfacl/mask.c
index 69ca52a2f2db..4dd85f039d0f 100644
--- a/bin/setfacl/mask.c
+++ b/bin/setfacl/mask.c
@@ -32,9 +32,6 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <err.h>
-#include <errno.h>
-#include <stdio.h>
-#include <stdlib.h>
#include "setfacl.h"
diff --git a/bin/setfacl/merge.c b/bin/setfacl/merge.c
index fe519dd3bff0..604e6fb693c2 100644
--- a/bin/setfacl/merge.c
+++ b/bin/setfacl/merge.c
@@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <err.h>
-#include <stdio.h>
#include "setfacl.h"
diff --git a/bin/setfacl/remove.c b/bin/setfacl/remove.c
index 545562ac007e..9c86096da41d 100644
--- a/bin/setfacl/remove.c
+++ b/bin/setfacl/remove.c
@@ -32,8 +32,6 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <err.h>
-#include <stdio.h>
-#include <string.h>
#include "setfacl.h"
diff --git a/bin/setfacl/util.c b/bin/setfacl/util.c
index 969ce3286852..8a78259c1ae7 100644
--- a/bin/setfacl/util.c
+++ b/bin/setfacl/util.c
@@ -29,7 +29,6 @@ __FBSDID("$FreeBSD$");
#include <err.h>
#include <stdlib.h>
-#include <string.h>
#include "setfacl.h"