summaryrefslogtreecommitdiff
path: root/src/login/logind-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/logind-user.h')
-rw-r--r--src/login/logind-user.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/login/logind-user.h b/src/login/logind-user.h
index cffac3544..a679d43a3 100644
--- a/src/login/logind-user.h
+++ b/src/login/logind-user.h
@@ -1,7 +1,6 @@
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-#ifndef foologinduserhfoo
-#define foologinduserhfoo
+#pragma once
/***
This file is part of systemd.
@@ -83,5 +82,3 @@ int user_send_changed(User *u, const char *properties);
const char* user_state_to_string(UserState s);
UserState user_state_from_string(const char *s);
-
-#endif