diff options
Diffstat (limited to 'src/core/umount.h')
-rw-r--r-- | src/core/umount.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/umount.h b/src/core/umount.h index 2e2f9c181a..8439ffe58f 100644 --- a/src/core/umount.h +++ b/src/core/umount.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooumounthfoo -#define fooumounthfoo +#pragma once /*** This file is part of systemd. @@ -29,5 +28,3 @@ int swapoff_all(bool *changed); int loopback_detach_all(bool *changed); int dm_detach_all(bool *changed); - -#endif |