diff options
author | Günther Deschner <gd@samba.org> | 2010-06-03 09:57:50 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-03 11:00:27 +0200 |
commit | 84a8f0451d618ad05d451714f309ed3ab4acf57e (patch) | |
tree | 4d504bed947600824325b75b2ebc11ed1da26009 /source3/include/proto.h | |
parent | ce851814305d618b20799f00de3b7e11fcd5c954 (diff) | |
download | samba-84a8f0451d618ad05d451714f309ed3ab4acf57e.tar.gz samba-84a8f0451d618ad05d451714f309ed3ab4acf57e.tar.bz2 samba-84a8f0451d618ad05d451714f309ed3ab4acf57e.zip |
s3-build: only include generated spoolss headers (not ndr headers).
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 5d8a99771f..590f3fb733 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2046,8 +2046,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_spoolss.h" - /* The following definitions come from librpc/ndr/util.c */ enum ndr_err_code ndr_push_server_id(struct ndr_push *ndr, int ndr_flags, const struct server_id *r); |