diff options
author | Günther Deschner <gd@samba.org> | 2010-08-03 00:12:27 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-03 00:18:31 +0200 |
commit | eab6d8c390f34ab331115a190735cb010ca59829 (patch) | |
tree | 60260096bd7734f02bdddd76a9f238a87eed9393 /source3 | |
parent | b6e9d8d406974ec2f4593fd0147113fe86b883f9 (diff) | |
download | samba-eab6d8c390f34ab331115a190735cb010ca59829.tar.gz samba-eab6d8c390f34ab331115a190735cb010ca59829.tar.bz2 samba-eab6d8c390f34ab331115a190735cb010ca59829.zip |
s3-spoolss: remove duplicate (and incorrect) header.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/printing/nt_printing.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index c9ce969b88..f0460f31c2 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -30,7 +30,6 @@ #include "../librpc/gen_ndr/ndr_spoolss.h" #include "rpc_server/srv_spoolss_util.h" #include "nt_printing.h" -#include "../rpc_server/srv_spoolss_util.h" /* Map generic permissions to printer object specific permissions */ |