diff.h: remove unnecessary include of oidset.h
This also made it clear that several .c files depended upon various things that oidset included, but had omitted the direct #include for those headers. Add those now. 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
f6a61d3055
commit
4666f5120d
@ -21,6 +21,7 @@
|
||||
#include "diff.h"
|
||||
#include "diffcore.h"
|
||||
#include "read-cache.h"
|
||||
#include "repository.h"
|
||||
#include "revision.h"
|
||||
#include "bulk-checkin.h"
|
||||
#include "strvec.h"
|
||||
|
Reference in New Issue
Block a user