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/printing/notify.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/printing/notify.c') diff --git a/source3/printing/notify.c b/source3/printing/notify.c index 1d155bb3a4..df9a15073d 100644 --- a/source3/printing/notify.c +++ b/source3/printing/notify.c @@ -22,6 +22,8 @@ #include "includes.h" #include "printing.h" #include "librpc/gen_ndr/messaging.h" +#include "../librpc/gen_ndr/spoolss.h" +#include "nt_printing.h" static TALLOC_CTX *send_ctx; -- cgit