diff options
-rw-r--r-- | ext/imap/imap.c | 3 | ||||
-rw-r--r-- | ext/ldap/ldap.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/ext/imap/imap.c b/ext/imap/imap.c index cabdeb7549..ac23fc5d85 100644 --- a/ext/imap/imap.c +++ b/ext/imap/imap.c @@ -39,9 +39,6 @@ #undef ERROR #endif -#if !(WIN32|WINNT) -#include "config.h" -#endif #include "php.h" #if COMPILE_DL diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 2d0a470fd9..85207f9629 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -42,9 +42,6 @@ static int numthreads=0; void *ldap_mutex; #endif -#if !(WIN32|WINNT) -#include "config.h" -#endif #include "php.h" #if HAVE_LDAP |