diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-19 11:56:53 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-19 11:56:53 -0700 |
commit | f3ab49db1b88b753fc628d7b241f20f73950e162 (patch) | |
tree | 02b64775f9879c7e7a875006be4248d48fb72df6 /sha1_name.c | |
parent | 041a7308de3e6af36c5a6cc3412b542f42314f3f (diff) | |
download | git-f3ab49db1b88b753fc628d7b241f20f73950e162.tar.gz git-f3ab49db1b88b753fc628d7b241f20f73950e162.tar.xz |
sha1_name.c: no need to include diff.h; tree-walk.h will do.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'sha1_name.c')
-rw-r--r-- | sha1_name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1_name.c b/sha1_name.c index 35e8dfb9c..7ad20b59f 100644 --- a/sha1_name.c +++ b/sha1_name.c @@ -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) { |