diff mbox

[07/30] client/Client.cc: remove twice included headers

Message ID 1354107458-30941-8-git-send-email-danny.al-gaaf@bisect.de (mailing list archive)
State New, archived
Headers show

Commit Message

Danny Al-Gaaf Nov. 28, 2012, 12:57 p.m. UTC
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>
---
 src/client/Client.cc | 6 ------
 1 file changed, 6 deletions(-)
diff mbox

Patch

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"