blame: remove unneeded dependency on blob.h
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:09 +0000 (00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 06:41:50 +0000 (15:41 +0900)
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
index f00eda163788e3e3a94f2eb568e5a785bc72bc13..d39f6af1a922d3ea78b8d1aff9cb6f3611d10fb0 100644 (file)
@@ -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"