diff options
| author | Carlo Marcelo Arenas Belón <carenas@gmail.com> | 2019-07-28 13:07:23 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-07-28 21:51:21 -0700 |
| commit | 29a0f9038eb050fac4b4d284c4852b82d4d401d3 (patch) | |
| tree | 42bcf3f1ba788b9b533ea34f13d08259b76f9f7b | |
| parent | xdiff: drop system includes in xutils.c (diff) | |
| download | git-29a0f9038eb050fac4b4d284c4852b82d4d401d3.tar.gz git-29a0f9038eb050fac4b4d284c4852b82d4d401d3.zip | |
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 '')
| -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 ec85f5992b..c7b35a9667 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 |
