chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / journal / journal-def.h
index ac89e61d932053edf6a98635037f69d04a90b38d..096dd8ed831d97465789c46239330aa8757830a7 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foojournaldefhfoo
-#define foojournaldefhfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -182,5 +181,3 @@ _packed_ struct Header {
         le64_t n_data;
         le64_t n_fields;
 };
-
-#endif