From 0f8e032628865861b356755b4fbafb6fbfeddbeb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 5 Aug 2010 15:14:04 +0200 Subject: s3-netlogon: remove global include of netlogon.h. This reduces precompiled headers by another 4 MB and also slightly speeds up the 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 2eb13d423e..d4e37fe85d 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -178,7 +178,6 @@ typedef union unid_t { #include "librpc/gen_ndr/idmap.h" #include "librpc/gen_ndr/epmapper.h" -#include "librpc/gen_ndr/netlogon.h" #include "librpc/gen_ndr/dcerpc.h" struct lsa_dom_info { -- cgit