mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
Tidied include lines
This commit is contained in:
parent
84a45b0eec
commit
7b3015b338
@ -3,8 +3,8 @@
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
|
||||
#include<iostream>
|
||||
#include<sstream>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include "LDAPConnection.h"
|
||||
#include "LDAPConstraints.h"
|
||||
#include "LDAPSearchReference.h"
|
||||
@ -16,7 +16,7 @@
|
||||
#include "LDAPModification.h"
|
||||
#include "LDAPReferralException.h"
|
||||
|
||||
#include"debug.h"
|
||||
#include "debug.h"
|
||||
|
||||
int main(){
|
||||
LDAPConstraints* cons=new LDAPConstraints;
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include<iostream>
|
||||
#include<sstream>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include "LDAPConnection.h"
|
||||
#include "LDAPConstraints.h"
|
||||
#include "LDAPSearchReference.h"
|
||||
@ -12,7 +12,7 @@
|
||||
#include "LDAPReferralException.h"
|
||||
#include "LDAPSchema.h"
|
||||
|
||||
#include"debug.h"
|
||||
#include "debug.h"
|
||||
|
||||
int main(){
|
||||
LDAPConnection *lc=new LDAPConnection("192.168.3.128",389);
|
||||
|
Loading…
Reference in New Issue
Block a user