diff options
Diffstat (limited to 'src/libshared/gpt.h')
-rw-r--r-- | src/libshared/gpt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libshared/gpt.h b/src/libshared/gpt.h index 9b8f59abee..07153b51f4 100644 --- a/src/libshared/gpt.h +++ b/src/libshared/gpt.h @@ -1,3 +1,5 @@ +#pragma once + /*** This file is part of systemd. @@ -17,8 +19,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#pragma once - #include <endian.h> #include <systemd/sd-id128.h> |