]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove redundant includes of pwd.h and grp.h headers
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 18 Sep 2009 15:38:53 +0000 (15:38 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 18 Sep 2009 19:58:33 +0000 (21:58 +0200)
bacula/src/findlib/match.c
bacula/src/lib/bsys.c

index e4e69bdea841a2acd82337fc3ac5318e74397571..93a3b466e6da0d987d4ce4a7360aaf65ae482516 100644 (file)
@@ -43,8 +43,6 @@
 #include "bacula.h"
 #include "find.h"
 
-#include <pwd.h>
-#include <grp.h>
 #include <sys/types.h>
 
 #ifndef FNM_LEADING_DIR
index bca7f58ec5df239adcb2b9919aa60aeba1583185..6626f645aff2d97b8f1b701a0485487afce9c401 100644 (file)
  */
 
 #include "bacula.h"
-#ifdef HAVE_PWD_H
-#include <pwd.h>
-#endif
-#ifdef HAVE_GRP_H
-#include <grp.h>
-#endif
 
 #ifdef HAVE_AIX_OS
 extern "C" int initgroups(const char *,int);