summaryrefslogtreecommitdiff
path: root/builtin/describe.c
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2019-10-03 14:18:34 +0200
committerJunio C Hamano <gitster@pobox.com>2019-10-04 08:16:00 +0900
commit2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9 (patch)
tree37c58178e8af3cb03af77914d717f87a2125a7fc /builtin/describe.c
parentbc12974a897308fd3254cf0cc90319078fe45eea (diff)
downloadgit-2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9.tar.gz
treewide: remove duplicate #include directives
Found with "git grep '^#include ' '*.c' | sort | uniq -d". Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/describe.c')
-rw-r--r--builtin/describe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/describe.c b/builtin/describe.c
index e048f85484..90feab1120 100644
--- a/builtin/describe.c
+++ b/builtin/describe.c
@@ -15,7 +15,6 @@
#include "argv-array.h"
#include "run-command.h"
#include "object-store.h"
-#include "revision.h"
#include "list-objects.h"
#include "commit-slab.h"