chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / shared / label.h
index 8d832f9a598c38849425dc2da331c7d0c4d6a9ad..1220b18965db29303e0ce58e872299fe866b1907 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foolabelhfoo
-#define foolabelhfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -46,5 +45,3 @@ int label_mkdir(const char *path, mode_t mode, bool apply);
 void label_retest_selinux(void);
 
 int label_bind(int fd, const struct sockaddr *addr, socklen_t addrlen);
-
-#endif