diff options
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/path-util.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shared/path-util.h b/src/shared/path-util.h index ff523943dc..9347bc3a9b 100644 --- a/src/shared/path-util.h +++ b/src/shared/path-util.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foopathutilhfoo -#define foopathutilhfoo +#pragma once /*** This file is part of systemd. @@ -41,5 +40,3 @@ char **path_strv_canonicalize_uniq(char **l); int path_is_mount_point(const char *path, bool allow_symlink); int path_is_read_only_fs(const char *path); - -#endif |