]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
testmsgr.cc: remove twice included <sys/stat.h>
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 4 Feb 2013 16:54:07 +0000 (17:54 +0100)
committerSage Weil <sage@inktank.com>
Mon, 4 Feb 2013 17:27:11 +0000 (09:27 -0800)
Cleanup includes, remove twice included <sys/stat.h>.

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

index eb716b9013e52cdd27bb199913474638bbbf018d..4de779b5d7f0c353b9cd8530b833312054b4bc52 100644 (file)
@@ -33,7 +33,6 @@ using namespace std;
 #endif // DARWIN
 
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 
 #define dout_subsys ceph_subsys_ms