chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / shared / install.h
index d365c01bc75836ea6c4651bd76101972e6cdf8cf..f02fa3efbdaf0ce1b48547ff76ec9b0e4a22fa45 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef fooinstallhfoo
-#define fooinstallhfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -85,5 +84,3 @@ UnitFileState unit_file_state_from_string(const char *s);
 
 const char *unit_file_change_type_to_string(UnitFileChangeType s);
 UnitFileChangeType unit_file_change_type_from_string(const char *s);
-
-#endif