mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
176a65ef09
commit
68cd492a3e
@@ -6,7 +6,7 @@
|
||||
#include "environment.h"
|
||||
#include "refs.h"
|
||||
#include "object-name.h"
|
||||
#include "object-store-ll.h"
|
||||
#include "object-store.h"
|
||||
#include "diff.h"
|
||||
#include "diff-merges.h"
|
||||
#include "hex.h"
|
||||
|
||||
Reference in New Issue
Block a user