Fix includes: remove twice included sys/stat.h

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

diff --git a/src/monmaptool.cc b/src/monmaptool.cc
index 4c99fdd..5870e5f 100644
--- a/src/monmaptool.cc
+++ b/src/monmaptool.cc
@@ -17,7 +17,6 @@
 #include <fcntl.h>
 #include <errno.h>
 
-#include <sys/stat.h>
 #include <iostream>
 #include <string>
 using namespace std;
-- 
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