Fix includes: remove twice included sys/stat.h Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/librados/RadosClient.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librados/RadosClient.cc b/src/librados/RadosClient.cc index ae56c76..7e76b65 100644 --- a/src/librados/RadosClient.cc +++ b/src/librados/RadosClient.cc @@ -16,7 +16,6 @@ #include <sys/stat.h> #include <fcntl.h> -#include <sys/stat.h> #include <iostream> #include <string> #include <pthread.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