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@bisect.de>
#include <sys/statvfs.h>
-#if defined(__FreeBSD__)
-#include <sys/param.h>
-#endif
-
#include <iostream>
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"