From: Marco Wang Date: Wed, 28 Aug 2019 09:26:14 +0000 (+0800) Subject: s3: include: printing: move copyright notice to beginning X-Git-Tag: talloc-2.3.1~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073dc735b4e286ff1c57cb2634832eb04a78baac;p=thirdparty%2Fsamba.git s3: include: printing: move copyright notice to beginning Signed-off-by: Marco Wang Reviewed-by: Andrew Bartlett Reviewed-by: Ralph Boehme --- diff --git a/source3/include/printing.h b/source3/include/printing.h index 6fb730119f5..8b4fb253d00 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -1,6 +1,3 @@ -#ifndef PRINTING_H_ -#define PRINTING_H_ - /* Unix SMB/CIFS implementation. printing definitions @@ -24,6 +21,9 @@ This file defines the low-level printing system interfaces used by the SAMBA printing subsystem. */ +#ifndef PRINTING_H_ +#define PRINTING_H_ + #include #include "lib/param/loadparm.h"