From: Lennart Poettering Date: Tue, 16 Feb 2016 19:05:15 +0000 (+0100) Subject: tree-wide: place #pragma once at the same place everywhere X-Git-Tag: v231.3~237 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=27ae1f4f5136b21c2228530c2f3ea989079e0f0a;ds=inline 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. --- 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 #include #include