aboutsummaryrefslogtreecommitdiffstats
path: root/promisor-remote.c
diff options
authorPatrick Steinhardt <ps@pks.im>2025-04-15 11:38:23 +0200
committerJunio C Hamano <gitster@pobox.com>2025-04-15 08:24:37 -0700
commit68cd492a3e662c75dec364986c81e94716d4ac56 (patch)
tree0c5cccd9c0abdc8fd62bf67b9e234a36b86828dd /promisor-remote.c
parent176a65ef09f8943439b5b21b8a3ec560fa47959f (diff)
downloadgit-68cd492a3e662c75dec364986c81e94716d4ac56.tar.gz
object-store: merge "object-store-ll.h" and "object-store.h"
The "object-store-ll.h" header has been introduced to keep transitive header dependendcies and compile times at bay. Now that we have created a new "object-store.c" file though we can easily move the last remaining additional bit of "object-store.h", the `odb_path_map`, out of the header. Do so. As the "object-store.h" header is now equivalent to its low-level alternative we drop the latter and inline it into the former. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'promisor-remote.c')
-rw-r--r--promisor-remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/promisor-remote.c b/promisor-remote.c
index 5801ebfd9b..9d058586df 100644
--- a/promisor-remote.c
+++ b/promisor-remote.c
@@ -3,7 +3,7 @@
#include "git-compat-util.h"
#include "gettext.h"
#include "hex.h"
-#include "object-store-ll.h"
+#include "object-store.h"
#include "promisor-remote.h"
#include "config.h"
#include "trace2.h"