From bc99b62b3a20e59069fda354c39c58d327f2c0bf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 3 Mar 2011 16:31:00 +1100 Subject: ldb: use include <> form for public headers --- source4/lib/ldb/include/ldb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/ldb/include/ldb.h') diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 81f1a73168..49f8222d49 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -49,8 +49,8 @@ #include #include #include -#include "ldb_version.h" -#include "ldb_errors.h" +#include +#include /* major restrictions as compared to normal LDAP: -- cgit