diff options
author | Günther Deschner <gd@samba.org> | 2011-05-02 12:36:55 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-02 15:03:44 +0200 |
commit | 0bb4701a747599042242b0612bc392a6e6d777af (patch) | |
tree | bd61b62536a4ce34c27cb452141adea2c159c7e3 /source3/winbindd/winbindd_cm.c | |
parent | 80fa624861e6f45c4b6837969253d5fbac2f3b1e (diff) | |
download | samba-0bb4701a747599042242b0612bc392a6e6d777af.tar.gz samba-0bb4701a747599042242b0612bc392a6e6d777af.tar.xz samba-0bb4701a747599042242b0612bc392a6e6d777af.zip |
s3: remove various references to server side dcerpc structs (which are not needed).
Guenther
Diffstat (limited to 'source3/winbindd/winbindd_cm.c')
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index d9fca5f5dc..bf877429e9 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -75,7 +75,6 @@ #include "../libcli/security/security.h" #include "passdb.h" #include "messages.h" -#include "ntdomain.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND |