chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / journal / journald.h
index 3537a494205eb652ab9b9c71596ebe06dd0ed96b..acf19b4e7ad13de819959d6b3a3bde7f018455f3 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foojournaldhfoo
-#define foojournaldhfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -106,5 +105,3 @@ int config_parse_storage(const char *filename, unsigned line, const char *sectio
 
 const char *storage_to_string(Storage s);
 Storage storage_from_string(const char *s);
-
-#endif