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 --- shallow.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'shallow.c') diff --git a/shallow.c b/shallow.c index 5fa2b15d37..ae813658fb 100644 --- a/shallow.c +++ b/shallow.c @@ -12,10 +12,7 @@ #include "diff.h" #include "revision.h" #include "commit-slab.h" -#include "revision.h" #include "list-objects.h" -#include "commit-slab.h" -#include "repository.h" #include "commit-reach.h" void set_alternate_shallow_file(struct repository *r, const char *path, int override) -- cgit v1.2.3