chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / core / execute.h
index 187165cdc26b1c113bdd679495de1f8e43aec528..09f246e161f4981eabdcb6503591d6497565de6d 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef fooexecutehfoo
-#define fooexecutehfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -235,5 +234,3 @@ KillMode kill_mode_from_string(const char *s);
 
 const char *kill_who_to_string(KillWho k);
 KillWho kill_who_from_string(const char *s);
-
-#endif