diff options
Diffstat (limited to 'src/login/logind-action.h')
-rw-r--r-- | src/login/logind-action.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/login/logind-action.h b/src/login/logind-action.h index 552713637d..74f71441f9 100644 --- a/src/login/logind-action.h +++ b/src/login/logind-action.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foologindactionhfoo -#define foologindactionhfoo +#pragma once /*** This file is part of systemd. @@ -50,5 +49,3 @@ const char* handle_action_to_string(HandleAction h) _const_; HandleAction handle_action_from_string(const char *s) _pure_; int config_parse_handle_action(const char *unit, const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); - -#endif |