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

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

index 271cd15995d0965e035536a3a21a41e28ef3b13c..0f54852f049478699e32fc754f886c9ca3f6fec8 100644 (file)
@@ -17,8 +17,6 @@
 #include <fcntl.h>
 #include <errno.h>
 
-#include <sys/stat.h>
-
 #include <fstream>
 
 #include "common/debug.h"