diff mbox

[02/30] ceph_fuse.cc: remove twice included sys/stat.h

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

Patch

diff --git a/src/ceph_fuse.cc b/src/ceph_fuse.cc
index e645777..09aadb4 100644
--- a/src/ceph_fuse.cc
+++ b/src/ceph_fuse.cc
@@ -37,7 +37,6 @@  using namespace std;
 #endif // DARWIN
 
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 
 void usage()