Fix includes: remove twice included sys/stat.h Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/crushtool.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/crushtool.cc b/src/crushtool.cc index 271cd15..0f54852 100644 --- a/src/crushtool.cc +++ b/src/crushtool.cc @@ -17,8 +17,6 @@ #include <fcntl.h> #include <errno.h> -#include <sys/stat.h> - #include <fstream> #include "common/debug.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