diff options
author | Elia Pinto <gitter.spiros@gmail.com> | 2022-03-13 19:55:33 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-03-13 22:23:16 +0000 |
commit | 7cbbb77173986566c32199488c9f374c833f6ca9 (patch) | |
tree | 8e935ddced1a68649a535b9d6ec7583c35c91ece /builtin | |
parent | attr.c: delete duplicate include (diff) | |
download | tgif-7cbbb77173986566c32199488c9f374c833f6ca9.tar.xz |
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.c | 1 |
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" |