diff options
author | Günther Deschner <gd@samba.org> | 2011-02-25 23:20:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:07 +0200 |
commit | 0e771263eed0b9bc364ce523765ea17dd1192841 (patch) | |
tree | 95c96ef7fd2d0c8e1d416c5eec817d3db055f5d0 /source3/registry | |
parent | 64422d973583a510e6ea2e655bf398ea85f445b5 (diff) | |
download | samba-0e771263eed0b9bc364ce523765ea17dd1192841.tar.gz samba-0e771263eed0b9bc364ce523765ea17dd1192841.tar.bz2 samba-0e771263eed0b9bc364ce523765ea17dd1192841.zip |
s3-includes: only include system/filesys.h when needed.
Guenther
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/reg_api_regf.c | 1 | ||||
-rw-r--r-- | source3/registry/reg_backend_db.c | 2 | ||||
-rw-r--r-- | source3/registry/reg_parse.c | 1 | ||||
-rw-r--r-- | source3/registry/reg_perfcount.c | 1 | ||||
-rw-r--r-- | source3/registry/regfio.c | 1 |
5 files changed, 5 insertions, 1 deletions
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" |