diff mbox

[11/30] crushtool.cc: remove twice included sys/stat.h

Message ID 1354107458-30941-12-git-send-email-danny.al-gaaf@bisect.de (mailing list archive)
State New, archived
Headers show

Commit Message

Danny Al-Gaaf Nov. 28, 2012, 12:57 p.m. UTC
Fix includes: remove twice included sys/stat.h

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

Patch

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"