diff options
author | Günther Deschner <gd@samba.org> | 2011-03-22 23:32:56 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:08 +0200 |
commit | 60d2816c5e914f1674267a3b388c302335f93466 (patch) | |
tree | ff3143244f3c346a8290de80817d0254c4368bee | |
parent | 235f1485901774bfbeb0f052bc4e1397f4ef0b88 (diff) | |
download | samba-60d2816c5e914f1674267a3b388c302335f93466.tar.gz samba-60d2816c5e914f1674267a3b388c302335f93466.tar.bz2 samba-60d2816c5e914f1674267a3b388c302335f93466.zip |
s3-passdb: finally stop including passdb.h globaly.
Guenther
-rw-r--r-- | source3/include/includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 3ae2fbbd0e..1d3e02f813 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -541,7 +541,6 @@ typedef char fstring[FSTRING_LEN]; #include "smb.h" #include "nameserv.h" #include "../lib/util/byteorder.h" -#include "passdb.h" #include "auth.h" #include "librpc/rpc/dcerpc.h" |