mirror of
https://github.com/git/git.git
synced 2025-09-10 22:44:50 +02:00
cache.h: remove dependence on hex.h; make other files include it explicitly
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
b73ecb4811
commit
41771fa435
@@ -17,6 +17,7 @@
|
||||
#include "builtin.h"
|
||||
#include "run-command.h"
|
||||
#include "exec-cmd.h"
|
||||
#include "hex.h"
|
||||
#include "parse-options.h"
|
||||
#include "strvec.h"
|
||||
#include "strbuf.h"
|
||||
|
||||
Reference in New Issue
Block a user