summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Witt <pyromaniac@exherbo.org>2017-03-15 20:20:44 +0000
committerJeff Layton <jlayton@samba.org>2017-03-16 06:37:51 -0400
commit272d523a57a4e8791d625a479128613be5e401f5 (patch)
tree9a606a23dd17af38ddc51a2f8e259ada97df0a41
parent8101a07871f185c7044fa2ca221b282ab4607c8b (diff)
downloadcifs-utils-272d523a57a4e8791d625a479128613be5e401f5.tar.gz
cifs-utils-272d523a57a4e8791d625a479128613be5e401f5.tar.bz2
cifs-utils-272d523a57a4e8791d625a479128613be5e401f5.zip
mount.cifs: Remove data_blob.h include
data_blob.h includes talloc.h from libtalloc, but that is only marked as a dependency for cifs.upcall. No symbols from that header are used by cifs.mount, so remove it to avoid the libtalloc dependency Signed-off-by: Thomas Witt <pyromaniac@exherbo.org>
-rw-r--r--mount.cifs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mount.cifs.c b/mount.cifs.c
index 13b71ef..2612feb 100644
--- a/mount.cifs.c
+++ b/mount.cifs.c
@@ -61,7 +61,6 @@
#include "mount.h"
#include "util.h"
#include "resolve_host.h"
-#include "data_blob.h"
#ifndef MS_MOVE
#define MS_MOVE 8192