From: Dmitry V. Levin Date: Fri, 18 Sep 2009 15:38:53 +0000 (+0000) Subject: Remove redundant includes of pwd.h and grp.h headers X-Git-Tag: Release-5.0.0~299^2~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ae2def87b828329e5334db5b1d6539e3b53ebb9c;p=bacula%2Fbacula Remove redundant includes of pwd.h and grp.h headers --- diff --git a/bacula/src/findlib/match.c b/bacula/src/findlib/match.c index e4e69bdea8..93a3b466e6 100644 --- a/bacula/src/findlib/match.c +++ b/bacula/src/findlib/match.c @@ -43,8 +43,6 @@ #include "bacula.h" #include "find.h" -#include -#include #include #ifndef FNM_LEADING_DIR diff --git a/bacula/src/lib/bsys.c b/bacula/src/lib/bsys.c index bca7f58ec5..6626f645af 100644 --- a/bacula/src/lib/bsys.c +++ b/bacula/src/lib/bsys.c @@ -36,12 +36,6 @@ */ #include "bacula.h" -#ifdef HAVE_PWD_H -#include -#endif -#ifdef HAVE_GRP_H -#include -#endif #ifdef HAVE_AIX_OS extern "C" int initgroups(const char *,int);