mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
repository: remove unnecessary include of path.h
This also made it clear that several .c files that depended upon path.h were missing a #include for it; add the missing includes while at it. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
0fd2e21571
commit
c339932bd8
@@ -21,6 +21,7 @@
|
||||
#include "strvec.h"
|
||||
#include "object-file.h"
|
||||
#include "object-store.h"
|
||||
#include "path.h"
|
||||
#include "replace-object.h"
|
||||
#include "tmp-objdir.h"
|
||||
#include "chdir-notify.h"
|
||||
|
||||
Reference in New Issue
Block a user