summaryrefslogtreecommitdiffstats
path: root/pw
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-29 23:26:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-29 23:26:14 +0000
commitdef310326d4348f6b6e91e3f4323245d3e9f0ae9 (patch)
tree3585bd901da5a21e15460d0625d7e3b5d9a3c355 /pw
parentf787555bf762838367d02c9254ea022edb11cb94 (diff)
downloadpw-darwin-def310326d4348f6b6e91e3f4323245d3e9f0ae9.tar.gz
pw-darwin-def310326d4348f6b6e91e3f4323245d3e9f0ae9.tar.zst
pw-darwin-def310326d4348f6b6e91e3f4323245d3e9f0ae9.zip
Cleanup includes
Diffstat (limited to 'pw')
-rw-r--r--pw/rm_r.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/pw/rm_r.c b/pw/rm_r.c
index 65a63e6..172c7b0 100644
--- a/pw/rm_r.c
+++ b/pw/rm_r.c
@@ -29,15 +29,12 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/param.h>
-#include <unistd.h>
+
#include <dirent.h>
#include <fcntl.h>
+#include <string.h>
+#include <unistd.h>
#include "pwupd.h"