Skip to content

Commit

Permalink
libgpo: only use libgpo/gpext/gpext.h where really needed.
Browse files Browse the repository at this point in the history
Guenther

Signed-off-by: Günther Deschner <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
  • Loading branch information
gd authored and cryptomilk committed Jan 7, 2014
1 parent c3f9d99 commit 88a0c40
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libgpo/gpo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions libgpo/gpo_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions source3/libgpo/gpext/registry.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions source3/libgpo/gpext/scripts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions source3/libgpo/gpext/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 88a0c40

Please sign in to comment.