chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / core / swap.h
index ff12169b6822a03347977700608025dba6e59d19..d8888e17684628479f7e27f6c27a66a0b8d52a48 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef fooswaphfoo
-#define fooswaphfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -119,5 +118,3 @@ SwapExecCommand swap_exec_command_from_string(const char *s);
 
 const char* swap_result_to_string(SwapResult i);
 SwapResult swap_result_from_string(const char *s);
-
-#endif