X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fdisplay_version.h;h=d8dac30b8d5ea6b5d53327d5c4c0a4b9b66df762;hb=0ed29f567866ad00a2cb14ce2e6eb5a29b277011;hp=97b3902c95652fa82c575d487eb50d590f11c22d;hpb=2a37089ad109efd4c5fd8d1b4c32f60b8fc82978;p=i3%2Fi3 diff --git a/include/display_version.h b/include/display_version.h index 97b3902c..d8dac30b 100644 --- a/include/display_version.h +++ b/include/display_version.h @@ -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 _DISPLAY_VERSION_H -#define _DISPLAY_VERSION_H +#pragma once + +#include /** * Connects to i3 to find out the currently running version. Useful since it @@ -23,5 +24,3 @@ * */ void display_running_version(void); - -#endif