summaryrefslogtreecommitdiff
path: root/source4/lib/registry/regf.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-02 13:59:48 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-02 13:59:48 +0200
commitec7394e7d2f589905044cff3cb1899f0815991d6 (patch)
tree2229bd04732e4f4975ce04b20f8d4270521e47ff /source4/lib/registry/regf.c
parent5be50a222facee943edae868e39ff11f7dd68965 (diff)
downloadsamba-ec7394e7d2f589905044cff3cb1899f0815991d6.tar.gz
samba-ec7394e7d2f589905044cff3cb1899f0815991d6.tar.bz2
samba-ec7394e7d2f589905044cff3cb1899f0815991d6.zip
Merge hive.h into registry.h
(This used to be commit 3ca14fdf74d2510049bbdbbd2a5be341412cda1b)
Diffstat (limited to 'source4/lib/registry/regf.c')
-rw-r--r--source4/lib/registry/regf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/regf.c b/source4/lib/registry/regf.c
index a192f3be4d..46ccca922b 100644
--- a/source4/lib/registry/regf.c
+++ b/source4/lib/registry/regf.c
@@ -18,13 +18,13 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "includes.h"
-#include "lib/registry/hive.h"
#include "system/filesys.h"
#include "system/time.h"
#include "lib/registry/tdr_regf.h"
#include "librpc/gen_ndr/ndr_security.h"
#include "librpc/gen_ndr/winreg.h"
#include "param/param.h"
+#include "lib/registry/registry.h"
static struct hive_operations reg_backend_regf;