summaryrefslogtreecommitdiffstats
path: root/src/pwcache.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-08-29 16:23:17 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-08-29 16:33:44 -0400
commitac02de97b856aa8805d81edcaa561a1d77527a4d (patch)
tree0edebe6ab43d4471e2d8fef61dc9aa0150b40ba6 /src/pwcache.c
parentb3636fa8864913413455a050c5425447c9e98bc0 (diff)
downloadbfs-ac02de97b856aa8805d81edcaa561a1d77527a4d.tar.xz
Fix includes
Diffstat (limited to 'src/pwcache.c')
-rw-r--r--src/pwcache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pwcache.c b/src/pwcache.c
index c2b575e..fa19dad 100644
--- a/src/pwcache.c
+++ b/src/pwcache.c
@@ -10,8 +10,6 @@
#include <grp.h>
#include <pwd.h>
#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
/** Represents cache hits for negative results. */
static void *MISSING = &MISSING;