diff options
author | Michael Adam <obnox@samba.org> | 2010-05-25 01:00:37 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-25 10:35:31 +0200 |
commit | 0fe1ff99a1aa6858ec0f1cfb1130b801238fc8e2 (patch) | |
tree | 3f4c1e5ee4b8bb5d921bad98ba575e3bc3970b8f /source3/include/registry.h | |
parent | 552e505cee966e7f734fb6bc8f5991bb5b73ba32 (diff) | |
download | samba-0fe1ff99a1aa6858ec0f1cfb1130b801238fc8e2.tar.gz samba-0fe1ff99a1aa6858ec0f1cfb1130b801238fc8e2.tar.xz samba-0fe1ff99a1aa6858ec0f1cfb1130b801238fc8e2.zip |
s3:registry: move reg_objects.h to registry/ and use it only where needed
Every place outside of registry/ where this is used, should probably
be changed to use pure reg_api.c code.
Diffstat (limited to 'source3/include/registry.h')
-rw-r--r-- | source3/include/registry.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/registry.h b/source3/include/registry.h index 6b43b522bc..762928f378 100644 --- a/source3/include/registry.h +++ b/source3/include/registry.h @@ -1,8 +1,6 @@ #ifndef _REGISTRY_H #define _REGISTRY_H -#include "reg_objects.h" - /* * A REG_SZ string is not necessarily NULL terminated. When retrieving it from * the net, we guarantee this however. A server might want to push it without |