summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/crypt.c')
-rw-r--r--ext/standard/crypt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c
index cc9597a28e..38dd089e4e 100644
--- a/ext/standard/crypt.c
+++ b/ext/standard/crypt.c
@@ -38,11 +38,7 @@
# endif
#endif
#include <time.h>
-#if HAVE_STRING_H
#include <string.h>
-#else
-#include <strings.h>
-#endif
#ifdef PHP_WIN32
#include <process.h>