Fix includes: remove twice included common/config.h Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/mds/journal.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mds/journal.cc b/src/mds/journal.cc index 04b1a92..46adbf2 100644 --- a/src/mds/journal.cc +++ b/src/mds/journal.cc @@ -51,9 +51,6 @@ #include "Locker.h" - -#include "common/config.h" - #define dout_subsys ceph_subsys_mds #undef DOUT_COND #define DOUT_COND(cct, l) (l<=cct->_conf->debug_mds || l <= cct->_conf->debug_mds_log \ -- 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