Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElia Pinto <gitter.spiros@gmail.com>2022-03-13 22:55:33 +0300
committerJunio C Hamano <gitster@pobox.com>2022-03-14 01:23:16 +0300
commit7cbbb77173986566c32199488c9f374c833f6ca9 (patch)
tree8e935ddced1a68649a535b9d6ec7583c35c91ece /builtin
parent5775da0ced9f316c84363ca8098040faeb3fdf71 (diff)
builtin/gc.c: delete duplicate include
object-store.h is included more than once. Signed-off-by: Elia Pinto <gitter.spiros@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/gc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/gc.c b/builtin/gc.c
index ffaf0daf5d..b335cffa33 100644
--- a/builtin/gc.c
+++ b/builtin/gc.c
@@ -30,7 +30,6 @@
#include "promisor-remote.h"
#include "refs.h"
#include "remote.h"
-#include "object-store.h"
#include "exec-cmd.h"
#include "hook.h"