diff options
author | Günther Deschner <gd@samba.org> | 2010-07-31 00:47:20 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-31 00:50:31 +0200 |
commit | 813fbbd68c50811ad3776140e409d31b60dba76f (patch) | |
tree | 3101a4fa7300ade4dc14d4ac0c32a8d81e4bb3a7 /source3/smbd/reply.c | |
parent | 28c74564c5bd3c972745deaa904ec8695f21ea1f (diff) | |
download | samba-813fbbd68c50811ad3776140e409d31b60dba76f.tar.gz samba-813fbbd68c50811ad3776140e409d31b60dba76f.tar.xz samba-813fbbd68c50811ad3776140e409d31b60dba76f.zip |
s3-build: avoid to globally include printing and spoolss headers.
This shrinks precompiled headers by 3MB and will slightly speed up any build.
Guenther
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r-- | source3/smbd/reply.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 2b7852ecf00..ba4c90d5529 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -29,6 +29,7 @@ #include "smbd/globals.h" #include "../librpc/gen_ndr/cli_spoolss.h" #include "rpc_client/cli_spoolss.h" +#include "rpc_client/init_spoolss.h" /**************************************************************************** Ensure we check the path in *exactly* the same way as W2K for a findfirst/findnext |