This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=0bee4fa4a8798d2b5637420ea9e9bc0185c9a0fb commit 0bee4fa4a8798d2b5637420ea9e9bc0185c9a0fb Author: Guillem Jover <[email protected]> AuthorDate: Sun Aug 27 03:49:03 2023 +0200 libdpkg: Remove unused pwd.h and grp.h header includes --- lib/dpkg/db-fsys-divert.c | 2 -- lib/dpkg/db-fsys-files.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/dpkg/db-fsys-divert.c b/lib/dpkg/db-fsys-divert.c index 351e8ef87..5513705e5 100644 --- a/lib/dpkg/db-fsys-divert.c +++ b/lib/dpkg/db-fsys-divert.c @@ -26,8 +26,6 @@ #include <errno.h> #include <string.h> -#include <pwd.h> -#include <grp.h> #include <fcntl.h> #include <unistd.h> #include <stdlib.h> diff --git a/lib/dpkg/db-fsys-files.c b/lib/dpkg/db-fsys-files.c index 3d7c4fc72..d58286382 100644 --- a/lib/dpkg/db-fsys-files.c +++ b/lib/dpkg/db-fsys-files.c @@ -34,8 +34,6 @@ #include <errno.h> #include <string.h> -#include <pwd.h> -#include <grp.h> #include <fcntl.h> #include <unistd.h> #include <stdlib.h> -- Dpkg.Org's dpkg

