Skip to content

Commit b84bc9c

Browse files
whydoubtgitster
authored andcommitted
blame: remove unneeded dependency on blob.h
With commit 21666f1 ("convert object type handling from a string to a number", 2007-02-26), there was no longer a need for blame.c to include blob.h but it was not removed. Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b15667b commit b84bc9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builtin/blame.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "cache.h"
99
#include "refs.h"
1010
#include "builtin.h"
11-
#include "blob.h"
1211
#include "commit.h"
1312
#include "tag.h"
1413
#include "tree-walk.h"

0 commit comments

Comments
 (0)