summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMarco Wang <m.aesophor@gmail.com>2019-08-28 17:26:14 +0800
committerAndreas Schneider <asn@cryptomilk.org>2019-10-21 14:40:38 +0000
commit073dc735b4e286ff1c57cb2634832eb04a78baac (patch)
treea02956d334703be03541c3062f5e68d9b9619462 /source3/include
parentfd5cf415a7536c9f020fff57a707caa703c33b9c (diff)
downloadsamba-073dc735b4e286ff1c57cb2634832eb04a78baac.tar.gz
s3: include: printing: move copyright notice to beginning
Signed-off-by: Marco Wang <m.aesophor@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/printing.h6
1 files 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 <tdb.h>
#include "lib/param/loadparm.h"