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
path: root/attr.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 23:17:28 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-24 22:47:33 +0300
commit0e312eaa12c03043b0ef23021a5a820567ee0efd (patch)
treec2cc9243a5bdd3aa28c303c1d6a2c3a2b6bbf80e /attr.c
parente3d2f20e6f14d3cba641a365a733a615278e9e5e (diff)
diff.h: reduce unnecessary includes
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'attr.c')
-rw-r--r--attr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/attr.c b/attr.c
index 2d8aeb8b58..ddf2b0cbc2 100644
--- a/attr.c
+++ b/attr.c
@@ -20,6 +20,7 @@
#include "object-store.h"
#include "setup.h"
#include "thread-utils.h"
+#include "tree-walk.h"
const char git_attr__true[] = "(builtin)true";
const char git_attr__false[] = "\0(builtin)false";