From c6ebab846d25563d051b1a1248ea288ba7eb0bcb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 5 May 2010 01:39:16 +0200 Subject: s3: only include gen_ndr headers where needed. This shrinks include/includes.h.gch by the size of 7 MB and reduces build time as follows: ccache build w/o patch real 4m21.529s ccache build with patch real 3m6.402s pch build w/o patch real 4m26.318s pch build with patch real 3m6.932s Guenther --- source3/include/ntlmssp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/ntlmssp.h') diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h index 3dc3810998..384eb22b20 100644 --- a/source3/include/ntlmssp.h +++ b/source3/include/ntlmssp.h @@ -19,6 +19,8 @@ along with this program. If not, see . */ +#include "../librpc/gen_ndr/ntlmssp.h" + /* NTLMSSP mode */ enum ntlmssp_role { -- cgit