Fix includes: remove twice included string.h Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/mount/canonicalize.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mount/canonicalize.c b/src/mount/canonicalize.c index c3bdb38..7561e41 100644 --- a/src/mount/canonicalize.c +++ b/src/mount/canonicalize.c @@ -24,7 +24,6 @@ #include <string.h> #include <ctype.h> #include <unistd.h> -#include <string.h> #include <errno.h> #include <stdlib.h> #include <limits.h> -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html