chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / shared / logs-show.h
index 2e9cf63891ba887501467c9e9dd0358a4c4eaeb5..4e6743254bda9e0def1720ffa5d6a72fb1a19a57 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foologsshowhfoo
-#define foologsshowhfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -60,5 +59,3 @@ int show_journal_by_unit(
 
 const char* output_mode_to_string(OutputMode m);
 OutputMode output_mode_from_string(const char *s);
-
-#endif