mirror of
https://git.zx2c4.com/cgit
synced 2025-08-02 09:05:01 +02:00
Add cache.h
The functions found in cache.c are only used by cgit.c, so there's no point in rebuilding all object files when the cache interface is changed. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
dc3282f0ba
commit
ee4056bd2c
4 changed files with 25 additions and 14 deletions
1
cgit.c
1
cgit.c
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
#include "cgit.h"
|
||||
#include "cache.h"
|
||||
#include "cmd.h"
|
||||
#include "ui-shared.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue