Fix includes: remove twice included common/config.h". Remove include of sys/param.h in special __FreeBSD__ section, since this file is included in general anyway Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/client/Client.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/client/Client.cc b/src/client/Client.cc index 35cba96..b808f20 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -25,10 +25,6 @@ #include <sys/statvfs.h> -#if defined(__FreeBSD__) -#include <sys/param.h> -#endif - #include <iostream> using namespace std; @@ -67,8 +63,6 @@ using namespace std; #include "common/admin_socket.h" #include "common/errno.h" -#include "common/config.h" - #define dout_subsys ceph_subsys_client #include "include/lru.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