From: Danny Al-Gaaf Date: Wed, 28 Nov 2012 12:57:17 +0000 (+0100) Subject: client/SyntheticClient.cc: remove twice included headers X-Git-Tag: v0.56~162 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8a19b89c8d9f0cb983ab79dd49264416085fc85d;p=ceph.git client/SyntheticClient.cc: remove twice included headers Fix includes: remove twice included common/config.h and sys/types.h Signed-off-by: Danny Al-Gaaf --- diff --git a/src/client/SyntheticClient.cc b/src/client/SyntheticClient.cc index f081244de32c..b2a936f55ac8 100644 --- a/src/client/SyntheticClient.cc +++ b/src/client/SyntheticClient.cc @@ -29,12 +29,10 @@ using namespace std; #include #include #include -#include #include #include #include -#include "common/config.h" #include "include/assert.h" #define dout_subsys ceph_subsys_client