]> git.sur5r.net Git - i3/i3/blobdiff - include/display_version.h
Merge branch 'release-4.16.1'
[i3/i3] / include / display_version.h
index 88a1abc1e9cc1f8013d64d0373a927cc35d51896..d8dac30b8d5ea6b5d53327d5c4c0a4b9b66df762 100644 (file)
@@ -2,13 +2,14 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * display_version.c: displays the running i3 version, runs as part of
  *                    i3 --moreversion.
  */
-#ifndef I3_DISPLAY_VERSION_H
-#define I3_DISPLAY_VERSION_H
+#pragma once
+
+#include <config.h>
 
 /**
  * Connects to i3 to find out the currently running version. Useful since it
@@ -23,5 +24,3 @@
  *
  */
 void display_running_version(void);
-
-#endif