Fix includes: remove twice included sys/stat.h

Signed-off-by: Danny Al-Gaaf <danny.al-g...@bisect.de>
---
 src/crushtool.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/crushtool.cc b/src/crushtool.cc
index 271cd15..0f54852 100644
--- a/src/crushtool.cc
+++ b/src/crushtool.cc
@@ -17,8 +17,6 @@
 #include <fcntl.h>
 #include <errno.h>
 
-#include <sys/stat.h>
-
 #include <fstream>
 
 #include "common/debug.h"
-- 
1.8.0

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to