ldif.h include cleanup

This commit is contained in:
Kurt Zeilenga 2001-09-25 00:03:24 +00:00
parent 2af75ecc6a
commit 61de99937f
6 changed files with 8 additions and 11 deletions

View file

@ -15,6 +15,7 @@
#include <ac/string.h>
#include "slap.h"
#include "ldif.h"
static unsigned char *ebuf; /* buf returned by entry2str */
static unsigned char *ecur; /* pointer to end of currently used ebuf */

View file

@ -17,6 +17,7 @@
#include "slap.h"
#include "lutil.h"
#include "ldif.h"
#ifdef LDAP_SIGCHLD
static RETSIGTYPE wait4child( int sig );

View file

@ -18,6 +18,7 @@
#endif
#include "slap.h"
#include "ldif.h"
int
add_replica_info(

View file

@ -9,12 +9,11 @@
#include <ac/stdlib.h>
#include <stdio.h>
#include "slap.h"
#include "proto-slap.h"
#include <lber.h>
#include <ldap_log.h>
#include "slap.h"
#ifdef HAVE_CYRUS_SASL
#include <limits.h>
#include <sasl.h>
@ -25,6 +24,7 @@
#include <lutil.h>
#endif
static sasl_security_properties_t sasl_secprops;
static int

View file

@ -15,21 +15,16 @@
#include <ac/stdlib.h>
#include <stdio.h>
#include "slap.h"
#include "proto-slap.h"
#include <ac/string.h>
#include "slap.h"
#ifdef HAVE_CYRUS_SASL
#include <limits.h>
#include <sasl.h>
#include <ldap_pvt.h>
#endif
/* URI format: ldap://<host>/<base>[?[<attrs>][?[<scope>][?[<filter>]]]] */
int slap_parseURI( char *uri, char **searchbase, int *scope, Filter **filter )

View file

@ -32,7 +32,6 @@
#include <ldap_schema.h>
#include "ldap_pvt_thread.h"
#include "ldif.h"
LDAP_BEGIN_DECL