diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-03-17 20:03:32 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-14 16:23:42 +1000 |
commit | 7cff049e7eab769ed69296da41e74fa66be42698 (patch) | |
tree | 03098cf3c0a6e5754713831cacc64e2971e0187d /libcli/auth/credentials.c | |
parent | 6c8f7e400540421320e3cbd80f7e1a9551dfed14 (diff) | |
download | samba-7cff049e7eab769ed69296da41e74fa66be42698.tar.gz |
libcli/auth Don't compile against un-needed Samba4 headers
Diffstat (limited to 'libcli/auth/credentials.c')
-rw-r--r-- | libcli/auth/credentials.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/auth/credentials.c b/libcli/auth/credentials.c index 3c77b0836de..959c1ba68e5 100644 --- a/libcli/auth/credentials.c +++ b/libcli/auth/credentials.c @@ -22,7 +22,6 @@ #include "includes.h" #include "system/time.h" -#include "auth/auth.h" #include "../lib/crypto/crypto.h" #include "libcli/auth/libcli_auth.h" |