summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sort.c b/src/sort.c
index 20c8c533c..8d14a4b5d 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -43,14 +43,6 @@
# include <langinfo.h>
#endif
-#ifdef HAVE_LIMITS_H
-# include <limits.h>
-#else
-# ifndef UCHAR_MAX
-# define UCHAR_MAX 255
-# endif
-#endif
-
char *xstrdup ();
/* Undefine, to avoid warning about redefinition on some systems. */