]> git.sur5r.net Git - i3/i3/blobdiff - include/restore_layout.h
Merge branch 'release-4.16.1'
[i3/i3] / include / restore_layout.h
index 75617410dd608842263b7cc3a73f2bc2f5d6396d..98b257d90f83af099c9d5e18458735fa175bc8d1 100644 (file)
@@ -2,14 +2,15 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2013 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * restore_layout.c: Everything for restored containers that is not pure state
  *                   parsing (which can be found in load_layout.c).
  *
  */
-#ifndef I3_RESTORE_LAYOUT_H
-#define I3_RESTORE_LAYOUT_H
+#pragma once
+
+#include <config.h>
 
 /**
  * Opens a separate connection to X11 for placeholder windows when restoring
@@ -37,5 +38,3 @@ void restore_open_placeholder_windows(Con *con);
  *
  */
 bool restore_kill_placeholder(xcb_window_t placeholder);
-
-#endif