mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 01:25:34 +02:00
ui-stats: add missing source header
Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
b2c939af4b
commit
34c30d12fc
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue