mirror of
https://github.com/git/git.git
synced 2025-01-19 14:04:07 +08:00
sha1_name.c: no need to include diff.h; tree-walk.h will do.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
041a7308de
commit
f3ab49db1b
@ -3,7 +3,7 @@
|
||||
#include "commit.h"
|
||||
#include "tree.h"
|
||||
#include "blob.h"
|
||||
#include "diff.h"
|
||||
#include "tree-walk.h"
|
||||
|
||||
static int find_short_object_filename(int len, const char *name, unsigned char *sha1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user