diff options
author | Günther Deschner <gd@samba.org> | 2010-05-28 02:20:21 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-28 02:49:37 +0200 |
commit | 38d69ca547d6eaead316d990dc140a8250cf64d2 (patch) | |
tree | b67fe4ffc00eff49f0095b44d24d7129db5cba43 | |
parent | 6d194756e00c73672bbd43c9a5eb9efc93a84567 (diff) | |
download | samba-38d69ca547d6eaead316d990dc140a8250cf64d2.tar.gz samba-38d69ca547d6eaead316d990dc140a8250cf64d2.tar.bz2 samba-38d69ca547d6eaead316d990dc140a8250cf64d2.zip |
s3-build: remove duplicate ndr_krb5pac.h inclusion.
Guenther
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index fb88617fb1..cc14658a03 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2025,7 +2025,6 @@ ADS_STATUS ads_change_trust_account_password(ADS_STRUCT *ads, char *host_princip ADS_STATUS ads_guess_service_principal(ADS_STRUCT *ads, char **returned_principal); -#include "librpc/gen_ndr/ndr_krb5pac.h" #include "librpc/gen_ndr/ndr_spoolss.h" /* The following definitions come from librpc/ndr/util.c */ |