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/trace2
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-03-21 09:25:58 +0300
committerJunio C Hamano <gitster@pobox.com>2023-03-21 20:56:52 +0300
commit0b027f6ca79cafbc14f36ff1741fc7378282f295 (patch)
tree8664359f8aadf94ee7cd79839244198e6cbd78d4 /trace2
parent7ee24e18e55f5459183189a793cb216fb50c20f8 (diff)
abspath.h: move absolute path functions from cache.h
This is another step towards letting us remove the include of cache.h in strbuf.c. It does mean that we also need to add includes of abspath.h in a number of C files. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'trace2')
-rw-r--r--trace2/tr2_dst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace2/tr2_dst.c b/trace2/tr2_dst.c
index 8a21dd2972..273260e1f1 100644
--- a/trace2/tr2_dst.c
+++ b/trace2/tr2_dst.c
@@ -1,4 +1,5 @@
#include "cache.h"
+#include "abspath.h"
#include "sigchain.h"
#include "trace2/tr2_dst.h"
#include "trace2/tr2_sid.h"