summaryrefslogtreecommitdiffstats
path: root/pw/pw_user.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-03-26 11:41:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-03-26 11:41:35 +0000
commit84d714d74e782c57b185a1016304f8dd1c158a36 (patch)
treea8a45f1b0b2e951a5b905d77183d258c56115402 /pw/pw_user.c
parent11e16b30cffb1c23f2b79309c7eeabe4e415c84f (diff)
downloadpw-darwin-84d714d74e782c57b185a1016304f8dd1c158a36.tar.gz
pw-darwin-84d714d74e782c57b185a1016304f8dd1c158a36.tar.zst
pw-darwin-84d714d74e782c57b185a1016304f8dd1c158a36.zip
Remove some unneeded headers
Found by 'include-what-you-use'
Diffstat (limited to 'pw/pw_user.c')
-rw-r--r--pw/pw_user.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pw/pw_user.c b/pw/pw_user.c
index 2f87b56..5ad1409 100644
--- a/pw/pw_user.c
+++ b/pw/pw_user.c
@@ -31,8 +31,6 @@ static const char rcsid[] =
#endif /* not lint */
#include <sys/param.h>
-#include <sys/resource.h>
-#include <sys/time.h>
#include <sys/types.h>
#include <ctype.h>