mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
ldb: use include <> form for public headers
This commit is contained in:
parent
6c6ab50a40
commit
bc99b62b3a
@ -49,8 +49,8 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <talloc.h>
|
#include <talloc.h>
|
||||||
#include <tevent.h>
|
#include <tevent.h>
|
||||||
#include "ldb_version.h"
|
#include <ldb_version.h>
|
||||||
#include "ldb_errors.h"
|
#include <ldb_errors.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
major restrictions as compared to normal LDAP:
|
major restrictions as compared to normal LDAP:
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#ifndef _LDB_MODULE_H_
|
#ifndef _LDB_MODULE_H_
|
||||||
#define _LDB_MODULE_H_
|
#define _LDB_MODULE_H_
|
||||||
|
|
||||||
#include "ldb.h"
|
#include <ldb.h>
|
||||||
|
|
||||||
struct ldb_context;
|
struct ldb_context;
|
||||||
struct ldb_module;
|
struct ldb_module;
|
||||||
|
Loading…
Reference in New Issue
Block a user