blame: remove unneeded dependency on blob.h
commitb84bc9c3677c9746bfd81a64ed30b0670c8ff0f9
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:09 +0000 (24 00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 06:41:50 +0000 (24 15:41 +0900)
tree4c654cb95c00bc4eb6f5e0cad1b8b9b835e2afcd
parentb15667bbdc5ab7732caac977068f5d1cf083115e
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>
builtin/blame.c