diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-06-14 22:24:35 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-06-14 22:24:35 +0200 |
commit | a24c04ae85579ffa8d7837b46ce2bb22e779a098 (patch) | |
tree | 933b89358d6b5194166b0ebb85919083687c0cfc /nss/shadow.c | |
parent | 0f735244746db3d332c846e0b4db117ce1ed93c2 (diff) |
remove some unused include statements
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1139 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss/shadow.c')
-rw-r--r-- | nss/shadow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nss/shadow.c b/nss/shadow.c index 3d6d82c..a2dd154 100644 --- a/nss/shadow.c +++ b/nss/shadow.c @@ -23,7 +23,6 @@ #include "config.h" #include <string.h> -#include <nss.h> #include <errno.h> #include "prototypes.h" |