1
0
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:
Andrew Tridgell 2011-03-03 16:31:00 +11:00
parent 6c6ab50a40
commit bc99b62b3a
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -33,7 +33,7 @@
#ifndef _LDB_MODULE_H_
#define _LDB_MODULE_H_
#include "ldb.h"
#include <ldb.h>
struct ldb_context;
struct ldb_module;