* samba/include/includes.h: Don't include grp.h twice.

This commit is contained in:
Pavel Roskin 2005-05-10 20:46:40 +00:00
parent 3bcac235f5
commit 79386c0add
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-10 Pavel Roskin <proski@gnu.org>
* samba/include/includes.h: Don't include grp.h twice.
2005-04-21 Andrew V. Samoilov <sav@bcs.zp.ua>
* utilvfs.c (is_localized_month): Check "month" for NULL and

View File

@ -171,7 +171,6 @@
#endif
#include <pwd.h>
#include <grp.h>
#ifdef HAVE_STDARG_H
#include <stdarg.h>