chiark / gitweb /
random-seed: fix error message typo
[elogind.git] / src / login / logind-session.h
index b255dc7cde95eaf583a6106f87b51460e2a57de7..bfa4abd690b0a20383ff2fde6e5a7ac361d004e1 100644 (file)
@@ -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