aboutsummaryrefslogtreecommitdiffstats
path: root/xdiff/xutils.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-31 14:38:56 -0700
committerJunio C Hamano <gitster@pobox.com>2019-07-31 14:38:56 -0700
commitd163b6ae6b6e670494f8547a29eea3ad1e477e82 (patch)
tree6bd52af4f25225f867e3e7611abdcb107ed42396 /xdiff/xutils.c
parent0bdce88004b768a0d12f64de0b71946c444f616c (diff)
parent81ed2b405cc6eca56fa4ab8eb1fb3efb839e353c (diff)
downloadgit-d163b6ae6b6e670494f8547a29eea3ad1e477e82.tar.gz
Merge branch 'cb/xdiff-no-system-includes-in-dot-c'
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
Diffstat (limited to 'xdiff/xutils.c')
-rw-r--r--xdiff/xutils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xdiff/xutils.c b/xdiff/xutils.c
index 963e1c58b9..cfa6e2220f 100644
--- a/xdiff/xutils.c
+++ b/xdiff/xutils.c
@@ -20,13 +20,9 @@
*
*/
-#include <limits.h>
-#include <assert.h>
#include "xinclude.h"
-
-
long xdl_bogosqrt(long n) {
long i;