]> git.sur5r.net Git - i3/i3/blobdiff - include/main.h
Merge branch 'release-4.16.1'
[i3/i3] / include / main.h
index 9261a5df7c67b595abda0037f835ba6a9ed07b02..1f213ccee6b8d55334df4b7ecd8978e6b954b8d9 100644 (file)
@@ -2,13 +2,14 @@
  * 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)
  *
  * main.c: Initialization, main loop
  *
  */
-#ifndef I3_MAIN_H
-#define I3_MAIN_H
+#pragma once
+
+#include <config.h>
 
 /**
  * Enable or disable the main X11 event handling function.
@@ -17,5 +18,3 @@
  *
  */
 void main_set_x11_cb(bool enable);
-
-#endif