diff options
author | Thomas Witt <pyromaniac@exherbo.org> | 2017-03-15 20:20:44 +0000 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2017-03-16 06:37:51 -0400 |
commit | 272d523a57a4e8791d625a479128613be5e401f5 (patch) | |
tree | 9a606a23dd17af38ddc51a2f8e259ada97df0a41 | |
parent | 8101a07871f185c7044fa2ca221b282ab4607c8b (diff) | |
download | cifs-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.c | 1 |
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 |