s4:param remove reference to private header from source4/param/param.h
authorBrad Hards <bradh@frogmouth.net>
Tue, 24 Nov 2009 02:43:59 +0000 (13:43 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 24 Nov 2009 04:21:57 +0000 (15:21 +1100)
commit840cdfa2fabbb48d2f18dc3cea65ff8123bf6ca9
treeb710c612cf60ed5536026fc5266fb754ff2f4834
parent3ed0cae14bdf88387abc016d678127d477d760b7
s4:param remove reference to private header from source4/param/param.h

source4/param/param.h has a

param.h is a public header (and parmlist isn't, even if the relative path
could work), so I suggest making it a forward declaration in the header, and
including parmlist.h in the implementation.

(commit message included from e-mail by Andrew Bartlett)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source4/param/generic.c
source4/param/loadparm.c
source4/param/param.h