From: Junio C Hamano Date: Wed, 19 Apr 2006 18:56:53 +0000 (-0700) Subject: sha1_name.c: no need to include diff.h; tree-walk.h will do. X-Git-Tag: v1.4.0-rc1~231^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f3ab49db1b88b753fc628d7b241f20f73950e162;p=git.git sha1_name.c: no need to include diff.h; tree-walk.h will do. Signed-off-by: Junio C Hamano --- 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) {