From: Danny Al-Gaaf Date: Wed, 28 Nov 2012 12:57:12 +0000 (+0100) Subject: ceph_mon.cc: remove twice included sys/stat.h X-Git-Tag: v0.56~170 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f65307a048ee802010992018fd55bdf2d454ebe8;p=ceph.git ceph_mon.cc: remove twice included sys/stat.h Fix includes: remove twice included sys/stat.h Signed-off-by: Danny Al-Gaaf --- diff --git a/src/ceph_mon.cc b/src/ceph_mon.cc index da4529f2765c..f82be18b066e 100644 --- a/src/ceph_mon.cc +++ b/src/ceph_mon.cc @@ -16,7 +16,6 @@ #include #include -#include #include #include using namespace std;