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:
Lars Hjemli
2008-03-27 09:22:13 +01:00
parent dc3282f0ba
commit ee4056bd2c
4 changed files with 25 additions and 14 deletions

1
cgit.c
View File

@ -7,6 +7,7 @@
*/
#include "cgit.h"
#include "cache.h"
#include "cmd.h"
#include "ui-shared.h"