diff options
Diffstat (limited to 'src/core/mount-setup.h')
-rw-r--r-- | src/core/mount-setup.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/mount-setup.h b/src/core/mount-setup.h index 720b66f76c..4b521ad0e1 100644 --- a/src/core/mount-setup.h +++ b/src/core/mount-setup.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foomountsetuphfoo -#define foomountsetuphfoo +#pragma once /*** This file is part of systemd. @@ -32,5 +31,3 @@ int mount_cgroup_controllers(char ***join_controllers); bool mount_point_is_api(const char *path); bool mount_point_ignore(const char *path); - -#endif |