Skip to content
Snippets Groups Projects
Commit eaf3a463 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Tidied include lines

parent 3f2fc2bc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
#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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment