diff options
Diffstat (limited to 'src/login/logind-session.h')
-rw-r--r-- | src/login/logind-session.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/login/logind-session.h b/src/login/logind-session.h index b255dc7cde..bfa4abd690 100644 --- a/src/login/logind-session.h +++ b/src/login/logind-session.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foologindsessionhfoo -#define foologindsessionhfoo +#pragma once /*** This file is part of systemd. @@ -145,5 +144,3 @@ SessionClass session_class_from_string(const char *s); const char *kill_who_to_string(KillWho k); KillWho kill_who_from_string(const char *s); - -#endif |