summaryrefslogtreecommitdiff
path: root/src/basic/gunicode.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-16 20:05:15 +0100
committerSven Eden <yamakuzure@gmx.net>2017-06-16 10:12:57 +0200
commit27ae1f4f5136b21c2228530c2f3ea989079e0f0a (patch)
tree01e635d00c068bf0deb0e6d13f1737bc82cebd17 /src/basic/gunicode.h
parent7a5b9c2ca69f208862a0004925c88489d5a91b5e (diff)
tree-wide: place #pragma once at the same place everywhere
Usually, we place the #pragma once before the copyright blurb in header files, but in a few cases we didn't. Move those around, so that we do the same thing everywhere.
Diffstat (limited to 'src/basic/gunicode.h')
-rw-r--r--src/basic/gunicode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/basic/gunicode.h b/src/basic/gunicode.h
index b03aa4316..5975bc8fc 100644
--- a/src/basic/gunicode.h
+++ b/src/basic/gunicode.h
@@ -1,11 +1,11 @@
+#pragma once
+
/* gunicode.h - Unicode manipulation functions
*
* Copyright (C) 1999, 2000 Tom Tromey
* Copyright 2000, 2005 Red Hat, Inc.
*/
-#pragma once
-
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>