diff options
author | Michael Adam <obnox@samba.org> | 2010-09-21 09:08:33 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-09-21 09:08:33 +0200 |
commit | 2d67730dafc84f3412397604e23a9e247b6d109b (patch) | |
tree | 5e775f378d9e106b99d2ebdcf0aff27ebf1be60d | |
parent | 4f7d41aa3deba47f8e31093ab4cbdc8706a850b2 (diff) | |
download | samba-2d67730dafc84f3412397604e23a9e247b6d109b.tar.gz samba-2d67730dafc84f3412397604e23a9e247b6d109b.tar.bz2 samba-2d67730dafc84f3412397604e23a9e247b6d109b.zip |
s3:registry: move regio.h from include/ to registry/
-rw-r--r-- | source3/registry/regfio.h (renamed from source3/include/regfio.h) | 0 | ||||
-rw-r--r-- | source3/utils/net_rpc_registry.c | 2 | ||||
-rw-r--r-- | source3/utils/profiles.c | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/regfio.h b/source3/registry/regfio.h index 3c2b6560bf..3c2b6560bf 100644 --- a/source3/include/regfio.h +++ b/source3/registry/regfio.h diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c index cfc2a7ed8a..d97696845a 100644 --- a/source3/utils/net_rpc_registry.c +++ b/source3/utils/net_rpc_registry.c @@ -22,7 +22,7 @@ #include "registry.h" #include "utils/net.h" #include "utils/net_registry_util.h" -#include "regfio.h" +#include "registry/regfio.h" #include "../librpc/gen_ndr/cli_winreg.h" #include "registry/reg_objects.h" #include "../librpc/gen_ndr/ndr_security.h" diff --git a/source3/utils/profiles.c b/source3/utils/profiles.c index faec8e2c3b..35b89112db 100644 --- a/source3/utils/profiles.c +++ b/source3/utils/profiles.c @@ -22,7 +22,7 @@ #include "includes.h" #include "popt_common.h" #include "registry/reg_objects.h" -#include "regfio.h" +#include "registry/regfio.h" #include "../libcli/security/dom_sid.h" /* GLOBAL VARIABLES */ |