diff options
author | Günther Deschner <gd@samba.org> | 2013-12-20 17:22:23 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2014-01-07 16:59:39 +0100 |
commit | 88a0c401fce6fb3cde13b532a5a9972f40876421 (patch) | |
tree | 26cdd94344adbc2bb762388a0848e8fa4d1934c3 /source3/libgpo/gpext | |
parent | c3f9d9929c494e9f750e0fd02443cc645ca1bba8 (diff) | |
download | samba-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 'source3/libgpo/gpext')
-rw-r--r-- | source3/libgpo/gpext/registry.c | 1 | ||||
-rw-r--r-- | source3/libgpo/gpext/scripts.c | 1 | ||||
-rw-r--r-- | source3/libgpo/gpext/security.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/libgpo/gpext/registry.c b/source3/libgpo/gpext/registry.c index 1c76c0d8f5..ad511a527d 100644 --- a/source3/libgpo/gpext/registry.c +++ b/source3/libgpo/gpext/registry.c @@ -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" diff --git a/source3/libgpo/gpext/scripts.c b/source3/libgpo/gpext/scripts.c index 2d054c1767..16af3a23f9 100644 --- a/source3/libgpo/gpext/scripts.c +++ b/source3/libgpo/gpext/scripts.c @@ -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" diff --git a/source3/libgpo/gpext/security.c b/source3/libgpo/gpext/security.c index a63c626c57..f303622bb1 100644 --- a/source3/libgpo/gpext/security.c +++ b/source3/libgpo/gpext/security.c @@ -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" |