1
0
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:
Günther Deschner 2013-12-20 17:22:23 +01:00 committed by Andreas Schneider
parent c3f9d9929c
commit 88a0c401fc
5 changed files with 4 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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

View File

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