diff options
author | Carlo Marcelo Arenas Belón <carenas@gmail.com> | 2019-07-28 13:07:24 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-07-28 21:51:22 -0700 |
commit | 81ed2b405cc6eca56fa4ab8eb1fb3efb839e353c (patch) | |
tree | a214ec83171d67ccb7b135e439881ab22cb4db9f /xdiff | |
parent | xdiff: remove duplicate headers from xhistogram.c (diff) | |
download | tgif-81ed2b405cc6eca56fa4ab8eb1fb3efb839e353c.tar.xz |
xdiff: remove duplicate headers from xpatience.c
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 <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'xdiff')
-rw-r--r-- | xdiff/xpatience.c | 2 |
1 files changed, 0 insertions, 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 |