summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-05-01 18:17:51 +0200
committerJim Meyering <meyering@redhat.com>2010-05-01 18:17:51 +0200
commit01b9539e17aa4149a3bf59c972debf0339825453 (patch)
treee18f9b1efd2d569cf7859223fa34568478fd0871 /src
parentc0db94ecb246e16d797538bfc25c2aee89032142 (diff)
downloadgrep-01b9539e17aa4149a3bf59c972debf0339825453.tar.gz
maint: remove useless #if HAVE_STDLIB_H
* src/mbsupport.h: Don't test HAVE_STDLIB_H.
Diffstat (limited to 'src')
-rw-r--r--src/mbsupport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbsupport.h b/src/mbsupport.h
index ce2007b1..2750827d 100644
--- a/src/mbsupport.h
+++ b/src/mbsupport.h
@@ -26,9 +26,7 @@
The tests should be *all* the ones that are needed for an individual
application. */
-#ifdef HAVE_STDLIB_H
#include <stdlib.h>
-#endif
#if defined HAVE_WCSCOLL && defined HAVE_ISWCTYPE
# define MBS_SUPPORT 1