From 2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9 Mon Sep 17 00:00:00 2001 From: René Scharfe 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 --- builtin/am.c | 1 - 1 file changed, 1 deletion(-) (limited to 'builtin/am.c') diff --git a/builtin/am.c b/builtin/am.c index ee7305eaa6..b015e1d7d1 100644 --- a/builtin/am.c +++ b/builtin/am.c @@ -24,7 +24,6 @@ #include "sequencer.h" #include "revision.h" #include "merge-recursive.h" -#include "revision.h" #include "log-tree.h" #include "notes-utils.h" #include "rerere.h" -- cgit v1.3-6-g1900