]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/util.h
Merge branch 'master' into next
[i3/i3] / i3bar / include / util.h
index 468eff3eec59c955107629535e9a70f4558ed95e..9ffd4467f56ceb3f5078e0432b0c569dd3565b60 100644 (file)
@@ -5,8 +5,7 @@
  * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
  *
  */
-#ifndef UTIL_H_
-#define UTIL_H_
+#pragma once
 
 #include "queue.h"
 
@@ -36,8 +35,6 @@
     } \
 } while (0)
 
-#endif
-
 /* Securely fee tail-queues */
 #define FREE_TAILQ(l, type) do { \
     type *walk = TAILQ_FIRST(l); \