Cleanup includes: Remove twice included sys/stat.h and osd/OSDMap.h. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/tools/common.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tools/common.cc b/src/tools/common.cc index c500568..9a454f7 100644 --- a/src/tools/common.cc +++ b/src/tools/common.cc @@ -23,7 +23,6 @@ using namespace std; #include <memory> #include <sys/types.h> -#include <sys/stat.h> #include <fcntl.h> extern "C" { @@ -81,7 +80,6 @@ float tick_interval = 3.0; // observe (push) #include "mon/PGMap.h" -#include "osd/OSDMap.h" #include "mds/MDSMap.h" #include "common/LogEntry.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