chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / core / mount.h
index ad9efc34d5f86996aee6729fb3fbb1331be92825..9583eebe3aa198638c40bc957258c0b16fa79b7c 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foomounthfoo
-#define foomounthfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -118,5 +117,3 @@ MountExecCommand mount_exec_command_from_string(const char *s);
 
 const char* mount_result_to_string(MountResult i);
 MountResult mount_result_from_string(const char *s);
-
-#endif