From 2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scharfe?= Date: Thu, 3 Oct 2019 14:18:34 +0200 Subject: treewide: remove duplicate #include directives MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found with "git grep '^#include ' '*.c' | sort | uniq -d". Signed-off-by: René Scharfe Signed-off-by: Junio C Hamano --- object.c | 1 - 1 file changed, 1 deletion(-) (limited to 'object.c') diff --git a/object.c b/object.c index 07bdd5b26e..3b8b8c55c9 100644 --- a/object.c +++ b/object.c @@ -7,7 +7,6 @@ #include "commit.h" #include "tag.h" #include "alloc.h" -#include "object-store.h" #include "packfile.h" #include "commit-graph.h" -- cgit v1.2.3