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>
Этот коммит содержится в:
Lars Hjemli
2008-03-27 09:22:13 +01:00
родитель dc3282f0ba
Коммит ee4056bd2c
4 изменённых файлов: 25 добавлений и 14 удалений

1
cgit.c
Просмотреть файл

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