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>

Jeff Smith committed May 24, 2017 at 00:15 UTC b84bc9c3677c9746bfd81a64ed30b0670c8ff0f9
1 file changed -1
builtin/blame.c
-1
@@ -8,7 +8,6 @@
8 #include "cache.h"
9 #include "refs.h"
10 #include "builtin.h"
11 -#include "blob.h"
11 #include "commit.h"
12 #include "tag.h"
13 #include "tree-walk.h"