diff mbox

[26/30] osdmaptool.cc: remove twice included sys/stat.h

Message ID 1354107458-30941-27-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/osdmaptool.cc | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/src/osdmaptool.cc b/src/osdmaptool.cc
index c28926b..d367c36 100644
--- a/src/osdmaptool.cc
+++ b/src/osdmaptool.cc
@@ -17,7 +17,6 @@ 
 #include <fcntl.h>
 #include <errno.h>
 
-#include <sys/stat.h>
 #include <iostream>
 #include <string>
 using namespace std;