sha1_name.c: no need to include diff.h; tree-walk.h will do.
authorJunio C Hamano <junkio@cox.net>
Wed, 19 Apr 2006 18:56:53 +0000 (11:56 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 19 Apr 2006 18:56:53 +0000 (11:56 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
sha1_name.c

index 35e8dfb..7ad20b5 100644 (file)
@@ -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)
 {