summaryrefslogtreecommitdiff
path: root/libgpo/gpo.h
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/gpo.h
parentc3f9d9929c494e9f750e0fd02443cc645ca1bba8 (diff)
downloadsamba-88a0c401fce6fb3cde13b532a5a9972f40876421.tar.gz
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/gpo.h')
-rw-r--r--libgpo/gpo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgpo/gpo.h b/libgpo/gpo.h
index 4f856fd8f08..dfded119980 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