mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
libgpo: only use libgpo/gpext/gpext.h where really needed.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
c3f9d9929c
commit
88a0c401fc
@ -265,6 +265,4 @@ NTSTATUS gpo_copy(TALLOC_CTX *mem_ctx,
|
||||
const struct GROUP_POLICY_OBJECT *gpo_src,
|
||||
struct GROUP_POLICY_OBJECT **gpo_dst);
|
||||
|
||||
#include "../libgpo/gpext/gpext.h"
|
||||
|
||||
#endif
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "../libcli/security/security.h"
|
||||
#include "registry.h"
|
||||
#include "libgpo/gpo_proto.h"
|
||||
#include "libgpo/gpext/gpext.h"
|
||||
|
||||
#if 0
|
||||
#define DEFAULT_DOMAIN_POLICY "Default Domain Policy"
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "libgpo/gpo_proto.h"
|
||||
#include "registry.h"
|
||||
#include "../librpc/gen_ndr/ndr_preg.h"
|
||||
#include "libgpo/gpext/gpext.h"
|
||||
|
||||
#define GP_EXT_NAME "registry"
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "registry.h"
|
||||
#include "registry/reg_api.h"
|
||||
#include "../libcli/registry/util_reg.h"
|
||||
#include "libgpo/gpext/gpext.h"
|
||||
|
||||
#define GP_EXT_NAME "scripts"
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "../libgpo/gpo_ini.h"
|
||||
#include "../libgpo/gpo.h"
|
||||
#include "libgpo/gpo_proto.h"
|
||||
#include "libgpo/gpext/gpext.h"
|
||||
|
||||
#define GP_EXT_NAME "security"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user