diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-08-29 16:23:17 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-08-29 16:33:44 -0400 |
commit | ac02de97b856aa8805d81edcaa561a1d77527a4d (patch) | |
tree | 0edebe6ab43d4471e2d8fef61dc9aa0150b40ba6 /src/pwcache.c | |
parent | b3636fa8864913413455a050c5425447c9e98bc0 (diff) | |
download | bfs-ac02de97b856aa8805d81edcaa561a1d77527a4d.tar.xz |
Fix includes
Diffstat (limited to 'src/pwcache.c')
-rw-r--r-- | src/pwcache.c | 2 |
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; |