aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSyam Sidhardhan <s.syam@samsung.com>2012-08-22 22:05:53 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-08-23 17:00:12 +0300
commitc3ba482c1495c35ba75b400d7ff4d5ca022beb3f (patch)
treea6d0bcc5209810a72f6ee03ce00b933fd942c8c6
parentb970f6773bc6bdfa2545c7288fe5c22f29ae3f24 (diff)
downloadobexd-c3ba482c1495c35ba75b400d7ff4d5ca022beb3f.tar.gz
plugins: Remove redundant include sys/stat.h
-rw-r--r--plugins/filesystem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/filesystem.c b/plugins/filesystem.c
index e664fc5..1132a34 100644
--- a/plugins/filesystem.c
+++ b/plugins/filesystem.c
@@ -32,7 +32,6 @@
#include <string.h>
#include <unistd.h>
#include <dirent.h>
-#include <sys/stat.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/statvfs.h>