Browse Source

cleanups

experimental/newoperator
Zeev Suraski 27 years ago
parent
commit
f53afa6edd
  1. 3
      ext/imap/imap.c
  2. 3
      ext/ldap/ldap.c

3
ext/imap/imap.c

@ -39,9 +39,6 @@
#undef ERROR
#endif
#if !(WIN32|WINNT)
#include "config.h"
#endif
#include "php.h"
#if COMPILE_DL

3
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

Loading…
Cancel
Save