diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-18 12:20:10 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-18 12:21:56 +0100 |
commit | b001f1b255e8b67f86b0797193b4ca6124fdc47e (patch) | |
tree | 748e1d7e03fe8fd153261737a66cee89b638bd79 | |
parent | ae272acbdba5a8682dcdac98a59636863c129c8a (diff) | |
download | samba-b001f1b255e8b67f86b0797193b4ca6124fdc47e.tar.gz samba-b001f1b255e8b67f86b0797193b4ca6124fdc47e.tar.bz2 samba-b001f1b255e8b67f86b0797193b4ca6124fdc47e.zip |
s4:password_hash LDB module - remove unused headers
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/password_hash.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c index b218a57189..35d2729297 100644 --- a/source4/dsdb/samdb/ldb_modules/password_hash.c +++ b/source4/dsdb/samdb/ldb_modules/password_hash.c @@ -34,10 +34,7 @@ #include "includes.h" #include "ldb_module.h" -#include "auth/session.h" #include "libcli/auth/libcli_auth.h" -#include "libcli/security/security.h" -#include "libcli/security/session.h" #include "system/kerberos.h" #include "auth/kerberos/kerberos.h" #include "dsdb/samdb/samdb.h" |