X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fdisplay_version.h;h=d8dac30b8d5ea6b5d53327d5c4c0a4b9b66df762;hp=88a1abc1e9cc1f8013d64d0373a927cc35d51896;hb=HEAD;hpb=dece12bf1857ac2384e2da8917f65f2dfe3f2b37 diff --git a/include/display_version.h b/include/display_version.h index 88a1abc1..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 I3_DISPLAY_VERSION_H -#define I3_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