diff options
author | Carlo Marcelo Arenas Belón <carenas@gmail.com> | 2019-07-28 20:07:23 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-07-29 04:51:21 (GMT) |
commit | 29a0f9038eb050fac4b4d284c4852b82d4d401d3 (patch) | |
tree | 42bcf3f1ba788b9b533ea34f13d08259b76f9f7b /xdiff | |
parent | 0d0e1e85aad517e46bcb341cd7081395de9c6dee (diff) | |
download | git-29a0f9038eb050fac4b4d284c4852b82d4d401d3.zip git-29a0f9038eb050fac4b4d284c4852b82d4d401d3.tar.gz git-29a0f9038eb050fac4b4d284c4852b82d4d401d3.tar.bz2 |
xdiff: remove duplicate headers from xhistogram.c
8c912eea94 ("teach --histogram to diff", 2011-07-12) included 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/xhistogram.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xdiff/xhistogram.c b/xdiff/xhistogram.c index ec85f59..c7b35a9 100644 --- a/xdiff/xhistogram.c +++ b/xdiff/xhistogram.c @@ -42,8 +42,6 @@ */ #include "xinclude.h" -#include "xtypes.h" -#include "xdiff.h" #define MAX_PTR UINT_MAX #define MAX_CNT UINT_MAX |