Message ID | 1354107458-30941-12-git-send-email-danny.al-gaaf@bisect.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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"
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(-)