Skip to content

Commit 5d929ec

Browse files
committed
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
2 parents 414784d + 81ed2b4 commit 5d929ec

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

xdiff/xhistogram.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
*/
4343

4444
#include "xinclude.h"
45-
#include "xtypes.h"
46-
#include "xdiff.h"
4745

4846
#define MAX_PTR UINT_MAX
4947
#define MAX_CNT UINT_MAX

xdiff/xpatience.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
*
2121
*/
2222
#include "xinclude.h"
23-
#include "xtypes.h"
24-
#include "xdiff.h"
2523

2624
/*
2725
* The basic idea of patience diff is to find lines that are unique in

xdiff/xutils.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@
2020
*
2121
*/
2222

23-
#include <limits.h>
24-
#include <assert.h>
2523
#include "xinclude.h"
2624

2725

28-
29-
3026
long xdl_bogosqrt(long n) {
3127
long i;
3228

0 commit comments

Comments
 (0)