chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / core / fdset.h
index bb581724306ba8316b61db82d536f60747e2cb39..c3e408c8ad28d7873c09a4e43fa027ffe11f937b 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foofdsethfoo
-#define foofdsethfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -36,5 +35,3 @@ int fdset_remove(FDSet *s, int fd);
 int fdset_new_fill(FDSet **_s);
 
 int fdset_cloexec(FDSet *fds, bool b);
-
-#endif