diff options
Diffstat (limited to 'src/core/automount.h')
-rw-r--r-- | src/core/automount.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/automount.h b/src/core/automount.h index 5704502ef7..3d5736d1cb 100644 --- a/src/core/automount.h +++ b/src/core/automount.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooautomounthfoo -#define fooautomounthfoo +#pragma once /*** This file is part of systemd. @@ -72,5 +71,3 @@ AutomountState automount_state_from_string(const char *s); const char* automount_result_to_string(AutomountResult i); AutomountResult automount_result_from_string(const char *s); - -#endif |