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:
authorElijah Newren <newren@gmail.com>2023-05-16 09:33:59 +0300
committerJunio C Hamano <gitster@pobox.com>2023-06-21 23:39:53 +0300
commitc339932bd858e84490c8690d393307a58764d6ed (patch)
tree0785f07a2cc7b4daab10e8b027de8664a0ec1340 /rerere.c
parent0fd2e21571ac3a26e898fa6ce130894fd408080e (diff)
repository: remove unnecessary include of path.h
This also made it clear that several .c files that depended upon path.h were missing a #include for it; add the missing includes while at it. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'rerere.c')
-rw-r--r--rerere.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rerere.c b/rerere.c
index 2fb93a5112..35b9785d57 100644
--- a/rerere.c
+++ b/rerere.c
@@ -14,6 +14,7 @@
#include "resolve-undo.h"
#include "ll-merge.h"
#include "attr.h"
+#include "path.h"
#include "pathspec.h"
#include "object-file.h"
#include "object-store.h"