Fix includes: remove twice included sys/stat.h Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/ceph_syn.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ceph_syn.cc b/src/ceph_syn.cc index a087e9f..8ffe40a 100644 --- a/src/ceph_syn.cc +++ b/src/ceph_syn.cc @@ -36,7 +36,6 @@ using namespace std; #endif // DARWIN || __FreeBSD__ #include <sys/types.h> -#include <sys/stat.h> #include <fcntl.h> extern int syn_filer_flags; -- 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