]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/bind.c
Blind portability fix
[openldap] / servers / slapd / back-perl / bind.c
index 88e45988bb94ca418dd9fec084e25840b791c2c0..f0c33c139be79bb3055516aaabf57bb087b9451a 100644 (file)
  * <http://www.OpenLDAP.org/license.html>.
  */
 
-#include <EXTERN.h>
-#include <perl.h>
-#undef _ /* #defined by both Perl and ac/localize.h */
-
-#ifdef HAVE_WIN32_ASPERL
-#include "asperl_undefs.h"
-#endif
-
-#include "portable.h"
-       
-#include <stdio.h>
-
-#include "slap.h"
-
 #include "perl_back.h"