commit | 0e312eaa12c03043b0ef23021a5a820567ee0efd | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Sat Apr 22 20:17:28 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Apr 24 12:47:33 2023 -0700 |
tree | c2cc9243a5bdd3aa28c303c1d6a2c3a2b6bbf80e | |
parent | e3d2f20e6f14d3cba641a365a733a615278e9e5e [diff] [blame] |
diff.h: reduce unnecessary includes Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/http-push.c b/http-push.c index 3f18498..866ba24 100644 --- a/http-push.c +++ b/http-push.c
@@ -16,6 +16,7 @@ #include "sigchain.h" #include "strvec.h" #include "tree.h" +#include "tree-walk.h" #include "packfile.h" #include "object-store.h" #include "commit-reach.h"