summaryrefslogtreecommitdiff
path: root/histsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'histsearch.c')
-rw-r--r--histsearch.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/histsearch.c b/histsearch.c
index 76303f4..d94fd6c 100644
--- a/histsearch.c
+++ b/histsearch.c
@@ -32,17 +32,13 @@
#else
# include "ansi_stdlib.h"
#endif /* HAVE_STDLIB_H */
+
#if defined (HAVE_UNISTD_H)
# ifdef _MINIX
# include <sys/types.h>
# endif
# include <unistd.h>
#endif
-#if defined (HAVE_STRING_H)
-# include <string.h>
-#else
-# include <strings.h>
-#endif /* !HAVE_STRING_H */
#include "history.h"
#include "histlib.h"