mirror of
https://git.zx2c4.com/cgit
synced 2025-07-12 19:24:30 +02:00
Add separate header-files for each page/view
Yet another step towards removing cgit.h. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
f34478cbe0
commit
c5984a9896
15 changed files with 257 additions and 189 deletions
11
cmd.c
11
cmd.c
|
@ -8,6 +8,17 @@
|
|||
|
||||
#include "cgit.h"
|
||||
#include "cmd.h"
|
||||
#include "ui-blob.h"
|
||||
#include "ui-commit.h"
|
||||
#include "ui-diff.h"
|
||||
#include "ui-log.h"
|
||||
#include "ui-patch.h"
|
||||
#include "ui-refs.h"
|
||||
#include "ui-repolist.h"
|
||||
#include "ui-snapshot.h"
|
||||
#include "ui-summary.h"
|
||||
#include "ui-tag.h"
|
||||
#include "ui-tree.h"
|
||||
|
||||
static void blob_fn(struct cgit_context *ctx)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue