diff options
author | Michael Adam <obnox@samba.org> | 2008-02-11 14:27:10 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-11 14:27:33 +0100 |
commit | f890d1daea13b282c7cb655bd91709d9207a00c2 (patch) | |
tree | 5887748fdfb3987dc8b30f83db81753c9ac3f5cc /source4/lib/samba3 | |
parent | 4d31177407c16db4001b899dc5590306c71daf02 (diff) | |
download | samba-f890d1daea13b282c7cb655bd91709d9207a00c2.tar.gz samba-f890d1daea13b282c7cb655bd91709d9207a00c2.tar.bz2 samba-f890d1daea13b282c7cb655bd91709d9207a00c2.zip |
Fix the build: remove reference to inexistent header samba3_proto.h
Michael
(This used to be commit 3b9b396292077b2d3ff1fb1712462b767cc2bf81)
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r-- | source4/lib/samba3/samba3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/samba3/samba3.h b/source4/lib/samba3/samba3.h index 202ac767ec..aea87dac14 100644 --- a/source4/lib/samba3/samba3.h +++ b/source4/lib/samba3/samba3.h @@ -209,7 +209,6 @@ struct samba3 struct samba3_regdb registry; }; -#include "lib/samba3/samba3_proto.h" #include "lib/samba3/samba3_smbpasswd_proto.h" #endif /* _SAMBA3_H */ |