From 03e5e7a133f77f19a480df29ae92c19d3efae2b9 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sun, 12 Nov 2017 13:45:12 +0000 Subject: [PATCH] removed schema.h and LDAPinit_schema --- Modules/ldapmodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/ldapmodule.c b/Modules/ldapmodule.c index 25ea3fe..a570220 100644 --- a/Modules/ldapmodule.c +++ b/Modules/ldapmodule.c @@ -5,7 +5,6 @@ #include "constants.h" #include "errors.h" #include "functions.h" -#include "schema.h" #include "ldapcontrol.h" #include "LDAPObject.h"