Skip to content

Commit

Permalink
sha1_name.c: no need to include diff.h; tree-walk.h will do.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Apr 19, 2006
1 parent 041a730 commit f3ab49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sha1_name.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit f3ab49d

Please sign in to comment.