mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
libcli: Avoid an includes.h
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
668d3459ac
commit
423e5726d2
@ -32,10 +32,12 @@
|
||||
* some extra functions to hide privs array from lib/privileges.c
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include "libcli/security/privileges.h"
|
||||
#include "libcli/security/privileges_private.h"
|
||||
#include "librpc/gen_ndr/security.h"
|
||||
#include "lib/util/samba_util.h"
|
||||
#include "lib/util/debug.h"
|
||||
|
||||
/* The use of strcasecmp here is safe, all the comparison strings are ASCII */
|
||||
#undef strcasecmp
|
||||
|
@ -25,6 +25,8 @@
|
||||
#ifndef PRIVILEGES_H
|
||||
#define PRIVILEGES_H
|
||||
|
||||
#include "lib/util/data_blob.h"
|
||||
#include "lib/util/time.h"
|
||||
#include "../librpc/gen_ndr/lsa.h"
|
||||
#include "../librpc/gen_ndr/security.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user