Remove unnecessary include, update README.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 19 Jul 2009 10:15:59 +0000 (12:15 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 19 Jul 2009 10:15:59 +0000 (12:15 +0200)
source4/lib/samba3/README
source4/lib/samba3/samba3.h

index 83520f673d2000333cb89ada040da9301ebd8224..3f6553f7e8a4e671bd84a762ad03df3bd2c4b6a9 100644 (file)
@@ -3,6 +3,3 @@ Samba3 import, migration and compatibility.
 
 For example, the first file in this directory (smbpasswd.c) handles
 portions of the smbpasswd file format.
-
-The other files in this directory support reading the various 
-TDB databases from Samba3.
index 1a0ce041436699f31b4923ee31f4e4f031f3d774..87de13f8f89bf3a69235526b85dfd9510ee29e29 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "librpc/gen_ndr/security.h"
 #include "librpc/gen_ndr/samr.h"
-#include "param/param.h"
 
 struct samr_Password *smbpasswd_gethexpwd(TALLOC_CTX *mem_ctx, const char *p);
 char *smbpasswd_sethexpwd(TALLOC_CTX *mem_ctx, struct samr_Password *pwd, uint16_t acb_info);