From 3d5972c43f536b94122100e1e30f92a4f8441768 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 10 May 2010 00:07:10 +0200 Subject: s3-libgpo: move group policy protos to where they belong. Guenther --- libgpo/gpo_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgpo/gpo_util.c') diff --git a/libgpo/gpo_util.c b/libgpo/gpo_util.c index fdf4c6d1af..ef16329504 100644 --- a/libgpo/gpo_util.c +++ b/libgpo/gpo_util.c @@ -19,10 +19,10 @@ #define TALLOC_DEPRECATED 1 #include "includes.h" #include "librpc/gen_ndr/ndr_misc.h" +#include "../libgpo/gpo.h" #if _SAMBA_BUILD_ == 4 #include "system/filesys.h" #include "auth/auth.h" -#include "../libgpo/gpo.h" #include "../lib/talloc/talloc.h" #include "source4/libgpo/ads_convenience.h" #endif -- cgit