diff options
author | Germano Percossi <germano.percossi@citrix.com> | 2016-11-18 18:54:52 +0000 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2016-11-27 06:30:39 -0500 |
commit | 743301da5bf502197beb1f91f98e11eea9070e4e (patch) | |
tree | d46bda233d183076f61c12c2f4960b79fdf83554 | |
parent | a1f3acd40b265f134a97a739a6898b3958d206b9 (diff) | |
download | cifs-utils-743301da5bf502197beb1f91f98e11eea9070e4e.tar.gz cifs-utils-743301da5bf502197beb1f91f98e11eea9070e4e.tar.bz2 cifs-utils-743301da5bf502197beb1f91f98e11eea9070e4e.zip |
mount.cifs: Remove unneeded stdbool header include
Signed-off-by: Germano Percossi <germano.percossi@citrix.com>
-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 6eb0e6b..b2bcb7f 100644 --- a/mount.cifs.c +++ b/mount.cifs.c @@ -45,7 +45,6 @@ #include <libgen.h> #include <sys/mman.h> #include <sys/wait.h> -#include <stdbool.h> #ifdef HAVE_SYS_FSUID_H #include <sys/fsuid.h> #endif /* HAVE_SYS_FSUID_H */ |