From 813fbbd68c50811ad3776140e409d31b60dba76f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 31 Jul 2010 00:47:20 +0200 Subject: s3-build: avoid to globally include printing and spoolss headers. This shrinks precompiled headers by 3MB and will slightly speed up any build. Guenther --- source3/include/smb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 5266192f0d..53228ba979 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -180,7 +180,6 @@ typedef union unid_t { #include "librpc/gen_ndr/epmapper.h" #include "librpc/gen_ndr/krb5pac.h" #include "librpc/gen_ndr/dcerpc.h" -#include "librpc/gen_ndr/spoolss.h" struct lsa_dom_info { bool valid; -- cgit