crushtool.cc: remove twice included sys/stat.h

Fix includes: remove twice included sys/stat.h

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2012-11-28 13:57:19 +01:00 committed by Sage Weil
parent 0718c1523f
commit 1341e6d70d

View File

@ -17,8 +17,6 @@
#include <fcntl.h>
#include <errno.h>
#include <sys/stat.h>
#include <fstream>
#include "common/debug.h"