diff.h: reduce unnecessary includes

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-04-22 20:17:28 +00:00
committed by Junio C Hamano
parent e3d2f20e6f
commit 0e312eaa12
7 changed files with 6 additions and 1 deletions

1
diff.h
View File

@ -4,7 +4,6 @@
#ifndef DIFF_H
#define DIFF_H
#include "tree-walk.h"
#include "pathspec.h"
#include "oidset.h"
#include "strbuf.h"