From 073dc735b4e286ff1c57cb2634832eb04a78baac Mon Sep 17 00:00:00 2001 From: Marco Wang Date: Wed, 28 Aug 2019 17:26:14 +0800 Subject: [PATCH] s3: include: printing: move copyright notice to beginning Signed-off-by: Marco Wang Reviewed-by: Andrew Bartlett Reviewed-by: Ralph Boehme --- source3/include/printing.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.47.3