]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_mon.cc: remove twice included sys/stat.h
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 28 Nov 2012 12:57:12 +0000 (13:57 +0100)
committerSage Weil <sage@inktank.com>
Wed, 28 Nov 2012 16:25:29 +0000 (08:25 -0800)
Fix includes: remove twice included sys/stat.h

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/ceph_mon.cc

index da4529f2765c50295c00e35baf058c0682117eba..f82be18b066e87841f8d361f1ca1e45251081e3c 100644 (file)
@@ -16,7 +16,6 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
-#include <sys/stat.h>
 #include <iostream>
 #include <string>
 using namespace std;