diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-03-03 16:31:00 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-15 12:22:19 +1100 |
commit | bc99b62b3a20e59069fda354c39c58d327f2c0bf (patch) | |
tree | 3b10c2ba06ceee1f19bb245e835e057110e8f9f6 /source4/lib | |
parent | 6c6ab50a40853c0d5d552967bccf11a16ecfc913 (diff) | |
download | samba-bc99b62b3a20e59069fda354c39c58d327f2c0bf.tar.gz samba-bc99b62b3a20e59069fda354c39c58d327f2c0bf.tar.bz2 samba-bc99b62b3a20e59069fda354c39c58d327f2c0bf.zip |
ldb: use include <> form for public headers
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 4 | ||||
-rw-r--r-- | source4/lib/ldb/include/ldb_module.h | 2 |
2 files changed, 3 insertions, 3 deletions
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 <stdbool.h> #include <talloc.h> #include <tevent.h> -#include "ldb_version.h" -#include "ldb_errors.h" +#include <ldb_version.h> +#include <ldb_errors.h> /* major restrictions as compared to normal LDAP: diff --git a/source4/lib/ldb/include/ldb_module.h b/source4/lib/ldb/include/ldb_module.h index 0f2a080763..db8726b7a3 100644 --- a/source4/lib/ldb/include/ldb_module.h +++ b/source4/lib/ldb/include/ldb_module.h @@ -33,7 +33,7 @@ #ifndef _LDB_MODULE_H_ #define _LDB_MODULE_H_ -#include "ldb.h" +#include <ldb.h> struct ldb_context; struct ldb_module; |