mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
hash-ll: merge with "hash.h"
The "hash-ll.h" header was introduced via d1cbe1e6d8 (hash-ll.h: split
out of hash.h to remove dependency on repository.h, 2023-04-22) to make
explicit the split between hash-related functions that rely on the
global `the_repository`, and those that don't. This split is no longer
necessary now that we we have removed the reliance on `the_repository`.
Merge "hash-ll.h" back into "hash.h". This causes some code units to not
include "repository.h" anymore, which requires us to add some forward
declarations.
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
36026a0f30
commit
8a676bdc5c
@@ -1,7 +1,7 @@
|
||||
#ifndef CSUM_FILE_H
|
||||
#define CSUM_FILE_H
|
||||
|
||||
#include "hash-ll.h"
|
||||
#include "hash.h"
|
||||
#include "write-or-die.h"
|
||||
|
||||
struct progress;
|
||||
|
||||
Reference in New Issue
Block a user