summaryrefslogtreecommitdiff
path: root/builtin/blame.c
diff options
context:
space:
mode:
authorLibravatar Jeff Smith <whydoubt@gmail.com>2017-05-24 00:15:09 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-05-24 15:41:50 +0900
commitb84bc9c3677c9746bfd81a64ed30b0670c8ff0f9 (patch)
tree4c654cb95c00bc4eb6f5e0cad1b8b9b835e2afcd /builtin/blame.c
parentMerge branch 'js/larger-timestamps' (diff)
downloadtgif-b84bc9c3677c9746bfd81a64ed30b0670c8ff0f9.tar.xz
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 <whydoubt@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/blame.c')
-rw-r--r--builtin/blame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/blame.c b/builtin/blame.c
index f00eda1637..d39f6af1a9 100644
--- a/builtin/blame.c
+++ b/builtin/blame.c
@@ -8,7 +8,6 @@
#include "cache.h"
#include "refs.h"
#include "builtin.h"
-#include "blob.h"
#include "commit.h"
#include "tag.h"
#include "tree-walk.h"