diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-23 21:35:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:09 -0500 |
commit | 9b009c900987517359485799be8be4167494b376 (patch) | |
tree | 32c4443eed39226209a70f28d08d5ef1937cc106 /source4/lib | |
parent | 6a3093d941da51ccd81600ed89771312ce4abe27 (diff) | |
download | samba-9b009c900987517359485799be8be4167494b376.tar.gz samba-9b009c900987517359485799be8be4167494b376.tar.bz2 samba-9b009c900987517359485799be8be4167494b376.zip |
r25301: Merge my includes.h cleanups.
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/registry/hive.h | 2 | ||||
-rw-r--r-- | source4/lib/registry/registry.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/registry/hive.h b/source4/lib/registry/hive.h index 8214208870..5a5356dfd2 100644 --- a/source4/lib/registry/hive.h +++ b/source4/lib/registry/hive.h @@ -23,7 +23,7 @@ #include <talloc.h> #include "librpc/gen_ndr/security.h" -#include "libcli/util/nt_status.h" +#include "libcli/util/ntstatus.h" /** * This file contains the hive API. This API is generally used for diff --git a/source4/lib/registry/registry.h b/source4/lib/registry/registry.h index 90dd094eb9..6dec84ad89 100644 --- a/source4/lib/registry/registry.h +++ b/source4/lib/registry/registry.h @@ -26,7 +26,7 @@ struct registry_context; #include <talloc.h> #include "librpc/gen_ndr/security.h" #include "lib/registry/hive.h" -#include "libcli/util/nt_status.h" +#include "libcli/util/ntstatus.h" /* Handles for the predefined keys */ #define HKEY_CLASSES_ROOT 0x80000000 |