[PATCH v2 5/5] xdiff: remove duplicate headers from xpatience.c
From: Carlo Marcelo Arenas Belón <hidden>
Date: 2019-07-28 20:07:34
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Carlo Marcelo Arenas Belón <hidden>
Date: 2019-07-28 20:07:34
Subsystem:
the rest · Maintainer:
Linus Torvalds
92b7de93fb (Implement the patience diff algorithm, 2009-01-07) added them but were already part of xinclude.h Signed-off-by: Carlo Marcelo Arenas Belón <redacted> --- xdiff/xpatience.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/xdiff/xpatience.c b/xdiff/xpatience.c
index f3573d9f00..3c5601b602 100644
--- a/xdiff/xpatience.c
+++ b/xdiff/xpatience.c@@ -20,8 +20,6 @@ * */ #include "xinclude.h" -#include "xtypes.h" -#include "xdiff.h" /* * The basic idea of patience diff is to find lines that are unique in
--
2.22.0