diff options
Diffstat (limited to 'source4/lib/ldb/examples')
-rw-r--r-- | source4/lib/ldb/examples/ldbreader.c | 6 | ||||
-rw-r--r-- | source4/lib/ldb/examples/ldifreader.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/source4/lib/ldb/examples/ldbreader.c b/source4/lib/ldb/examples/ldbreader.c index 207c6c3d42..4fdc3ef92f 100644 --- a/source4/lib/ldb/examples/ldbreader.c +++ b/source4/lib/ldb/examples/ldbreader.c @@ -31,9 +31,9 @@ It lists / dumps the records in a LDB database to standard output. */ -#include "includes.h" -#include "ldb/include/ldb.h" -#include "ldb/include/ldb_errors.h" +#include "ldb_includes.h" +#include "ldb.h" +#include "ldb_errors.h" /* ldb_ldif_write takes a function pointer to a custom output diff --git a/source4/lib/ldb/examples/ldifreader.c b/source4/lib/ldb/examples/ldifreader.c index 3b8591e73f..c392f311e5 100644 --- a/source4/lib/ldb/examples/ldifreader.c +++ b/source4/lib/ldb/examples/ldifreader.c @@ -31,9 +31,9 @@ It lists / dumps the entries in an LDIF file to standard output. */ -#include "includes.h" -#include "ldb/include/ldb.h" -#include "ldb/include/ldb_errors.h" +#include "ldb_includes.h" +#include "ldb.h" +#include "ldb_errors.h" /* ldb_ldif_write takes a function pointer to a custom output |