diff options
Diffstat (limited to 'src/core/service.h')
-rw-r--r-- | src/core/service.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/service.h b/src/core/service.h index 4a7287d827..5ad09d0acc 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooservicehfoo -#define fooservicehfoo +#pragma once /*** This file is part of systemd. @@ -216,5 +215,3 @@ ServiceResult service_result_from_string(const char *s); const char* start_limit_action_to_string(StartLimitAction i); StartLimitAction start_limit_action_from_string(const char *s); - -#endif |