libcli/smb Move smb_seal.h include to files that use it.
authorAndrew Bartlett <abartlet@samba.org>
Mon, 24 Oct 2011 06:33:59 +0000 (17:33 +1100)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Oct 2011 11:56:52 +0000 (13:56 +0200)
commit59e838a1c4edb4a2fba220cf2374bb0880b6c43d
tree43ca00ffa404d4b36486cb7199fda3afaf71dacb
parent5cb6adb5908a743ae7d3f87c2a0f5ca5b76dea6d
libcli/smb Move smb_seal.h include to files that use it.

This is required because at the moment, smb_seal.h includes references to gssapi structures
and this causes issues with header dependencies on subsystems that otherwise do not need
a gssapi dependency.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
libcli/smb/smb_common.h
libcli/smb/smb_seal.c