mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 05:43:01 -05:00
#include reordering
This commit is contained in:
parent
f6a47ac9ea
commit
4a862018eb
3 changed files with 4 additions and 4 deletions
|
|
@ -34,10 +34,10 @@
|
|||
#ifndef _BACK_MONITOR_H_
|
||||
#define _BACK_MONITOR_H_
|
||||
|
||||
#include <slap.h>
|
||||
#include <avl.h>
|
||||
#include <ldap_pvt.h>
|
||||
#include <ldap_pvt_thread.h>
|
||||
#include <avl.h>
|
||||
#include <slap.h>
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
|
||||
|
|
|
|||
|
|
@ -34,9 +34,9 @@
|
|||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include "lutil.h"
|
||||
|
||||
#include "slap.h"
|
||||
#include "lutil.h"
|
||||
#include "back-monitor.h"
|
||||
|
||||
#define CONN_CN_PREFIX "Connection"
|
||||
|
|
|
|||
|
|
@ -37,9 +37,9 @@
|
|||
#include <ac/string.h>
|
||||
#include <ac/time.h>
|
||||
|
||||
#include <lutil.h>
|
||||
|
||||
#include "slap.h"
|
||||
#include <lutil.h>
|
||||
#include "proto-slap.h"
|
||||
#include "back-monitor.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue