Merge branch 'cb/xdiff-no-system-includes-in-dot-c' into maint

Compilation fix.

* cb/xdiff-no-system-includes-in-dot-c:
  xdiff: remove duplicate headers from xpatience.c
  xdiff: remove duplicate headers from xhistogram.c
  xdiff: drop system includes in xutils.c
maint
Junio C Hamano 2019-08-09 15:18:19 -07:00
commit 5d929ecbcb
3 changed files with 0 additions and 8 deletions

View File

@ -42,8 +42,6 @@
*/

#include "xinclude.h"
#include "xtypes.h"
#include "xdiff.h"

#define MAX_PTR UINT_MAX
#define MAX_CNT UINT_MAX

View File

@ -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

View File

@ -20,13 +20,9 @@
*
*/

#include <limits.h>
#include <assert.h>
#include "xinclude.h"




long xdl_bogosqrt(long n) {
long i;