s3-spoolss: no need to include cli_winreg header anymore.
authorGünther Deschner <gd@samba.org>
Wed, 12 Jan 2011 20:11:44 +0000 (21:11 +0100)
committerAndreas Schneider <asn@samba.org>
Thu, 13 Jan 2011 13:14:36 +0000 (14:14 +0100)
Guenther

Signed-off-by: Andreas Schneider <asn@samba.org>
source3/rpc_server/srv_spoolss_util.c

index 18250333e11d47b562d800ec7b5120b3de13c9eb..a2c47b07faddd7ad053a43d79af4c339666cf3c8 100644 (file)
@@ -24,7 +24,7 @@
 #include "srv_spoolss_util.h"
 #include "../librpc/gen_ndr/ndr_spoolss.h"
 #include "../librpc/gen_ndr/srv_winreg.h"
-#include "../librpc/gen_ndr/cli_winreg.h"
+#include "../librpc/gen_ndr/ndr_winreg_c.h"
 #include "../librpc/gen_ndr/ndr_security.h"
 #include "secrets.h"
 #include "rpc_server/rpc_ncacn_np.h"