X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fdisplay_version.h;h=b1a5a0e0f3176ccaed3ef222669717164744be57;hb=884214f14fdbd0a4a368d2a36d5e50324fa1d52a;hp=88a1abc1e9cc1f8013d64d0373a927cc35d51896;hpb=d638e3029afb0f48360f928332f61a8fafa3032c;p=i3%2Fi3 diff --git a/include/display_version.h b/include/display_version.h index 88a1abc1..b1a5a0e0 100644 --- a/include/display_version.h +++ b/include/display_version.h @@ -2,13 +2,12 @@ * 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 /** * Connects to i3 to find out the currently running version. Useful since it @@ -23,5 +22,3 @@ * */ void display_running_version(void); - -#endif