summaryrefslogtreecommitdiffstats
path: root/libgpo
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-20 17:22:23 +0100
committerAndreas Schneider <asn@samba.org>2014-01-07 16:59:39 +0100
commit88a0c401fce6fb3cde13b532a5a9972f40876421 (patch)
tree26cdd94344adbc2bb762388a0848e8fa4d1934c3 /libgpo
parentc3f9d9929c494e9f750e0fd02443cc645ca1bba8 (diff)
downloadsamba-88a0c401fce6fb3cde13b532a5a9972f40876421.tar.gz
samba-88a0c401fce6fb3cde13b532a5a9972f40876421.tar.xz
samba-88a0c401fce6fb3cde13b532a5a9972f40876421.zip
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>
Diffstat (limited to 'libgpo')
-rw-r--r--libgpo/gpo.h2
-rw-r--r--libgpo/gpo_util.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/libgpo/gpo.h b/libgpo/gpo.h
index 4f856fd8f0..dfded11998 100644
--- a/libgpo/gpo.h
+++ b/libgpo/gpo.h
@@ -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
diff --git a/libgpo/gpo_util.c b/libgpo/gpo_util.c
index 4d87eb3afc..05288c63cb 100644
--- a/libgpo/gpo_util.c
+++ b/libgpo/gpo_util.c
@@ -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"