]> git.sur5r.net Git - i3/i3/blobdiff - include/manage.h
Merge pull request #1931 from Airblader/bug-1924
[i3/i3] / include / manage.h
index d50f64d49b67efa9a7f538025edd2f5c09b1100e..b0c4238155969e206f9874c6dc41f410f04636a7 100644 (file)
@@ -2,13 +2,12 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * manage.c: Initially managing new windows (or existing ones on restart).
  *
  */
-#ifndef I3_MANAGE_H
-#define I3_MANAGE_H
+#pragma once
 
 #include "data.h"
 
@@ -52,4 +51,3 @@ void reparent_window(xcb_connection_t *conn, xcb_window_t child,
                      uint32_t border_width);
 
 #endif
-#endif