ui-stats: add missing source header

Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
Christian Hesse 2024-07-16 12:06:55 +02:00
parent b2c939af4b
commit 34c30d12fc

View File

@ -1,3 +1,11 @@
/* ui-stats.c: generate stats view
*
* Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
*
* Licensed under GNU General Public License v2
* (see COPYING for full license text)
*/
#include "cgit.h"
#include "ui-stats.h"
#include "html.h"