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)
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

index 228e451b8de3bb4f71431d526082202a3c55929e..1f21e553bae87f883a814cc83f132a186f826db3 100644 (file)
@@ -28,6 +28,5 @@
 #include "libcli/smb/smb_constants.h"
 #include "libcli/smb/smb_util.h"
 #include "libcli/smb/smb_unix_ext.h"
-#include "libcli/smb/smb_seal.h"
 
 #endif
index bf9576f288048e7e633368ff862fe9788856084e..67a55126365fe98c77a348ce67843f9c0c8e2311 100644 (file)
@@ -21,6 +21,7 @@
 #include "smb_common.h"
 #include "libcli/auth/krb5_wrap.h"
 #include "auth/gensec/gensec.h"
+#include "libcli/smb/smb_seal.h"
 
 #undef malloc