From 0e771263eed0b9bc364ce523765ea17dd1192841 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Feb 2011 23:20:06 +0100 Subject: s3-includes: only include system/filesys.h when needed. Guenther --- source3/registry/reg_api_regf.c | 1 + source3/registry/reg_backend_db.c | 2 +- source3/registry/reg_parse.c | 1 + source3/registry/reg_perfcount.c | 1 + source3/registry/regfio.c | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) (limited to 'source3/registry') diff --git a/source3/registry/reg_api_regf.c b/source3/registry/reg_api_regf.c index 3625fc4cab..97eab03a70 100644 --- a/source3/registry/reg_api_regf.c +++ b/source3/registry/reg_api_regf.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "registry.h" #include "reg_api_regf.h" #include "reg_cachehook.h" diff --git a/source3/registry/reg_backend_db.c b/source3/registry/reg_backend_db.c index 29b1a48c3c..4aed6e73e1 100644 --- a/source3/registry/reg_backend_db.c +++ b/source3/registry/reg_backend_db.c @@ -21,7 +21,7 @@ /* Implementation of internal registry database functions. */ #include "includes.h" - +#include "system/filesys.h" #include "registry.h" #include "reg_db.h" #include "reg_util_internal.h" diff --git a/source3/registry/reg_parse.c b/source3/registry/reg_parse.c index c03b39c29d..0c596a8f5e 100644 --- a/source3/registry/reg_parse.c +++ b/source3/registry/reg_parse.c @@ -26,6 +26,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "cbuf.h" #include "srprs.h" #include "reg_parse_internal.h" diff --git a/source3/registry/reg_perfcount.c b/source3/registry/reg_perfcount.c index d660dd0565..136f67fd8f 100644 --- a/source3/registry/reg_perfcount.c +++ b/source3/registry/reg_perfcount.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "../librpc/gen_ndr/perfcount.h" #include "registry.h" #include "reg_perfcount.h" diff --git a/source3/registry/regfio.c b/source3/registry/regfio.c index 507f720823..5d3fdba3c0 100644 --- a/source3/registry/regfio.c +++ b/source3/registry/regfio.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "regfio.h" #include "../librpc/gen_ndr/ndr_security.h" -- cgit