Fix includes: remove twice included common/config.h and sys/types.h

Signed-off-by: Danny Al-Gaaf <danny.al-g...@bisect.de>
---
 src/client/SyntheticClient.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/client/SyntheticClient.cc b/src/client/SyntheticClient.cc
index f081244..b2a936f 100644
--- a/src/client/SyntheticClient.cc
+++ b/src/client/SyntheticClient.cc
@@ -29,12 +29,10 @@ using namespace std;
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <sys/types.h>
 #include <utime.h>
 #include <math.h>
 #include <sys/statvfs.h>
 
-#include "common/config.h"
 #include "include/assert.h"
 
 #define dout_subsys ceph_subsys_client
-- 
1.8.0

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to