Fix includes: remove twice included sys/stat.h Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/ceph_osd.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ceph_osd.cc b/src/ceph_osd.cc index 0652089..8fbeb75 100644 --- a/src/ceph_osd.cc +++ b/src/ceph_osd.cc @@ -17,7 +17,6 @@ #include <fcntl.h> #include <uuid/uuid.h> -#include <sys/stat.h> #include <iostream> #include <string> using namespace std; -- 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