summaryrefslogtreecommitdiff
path: root/src/lib/ethumb
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2018-01-12 11:06:08 -0800
committerCedric BAIL <cedric@osg.samsung.com>2018-01-12 11:06:12 -0800
commit4916973a6084edc5e213dcfe1b1fa8697ff4138d (patch)
treed472c5e11db2297cd8f45989ed208fa357be4f58 /src/lib/ethumb
parentdd11d1965339b60f6bf103ffa29d5a100b43888b (diff)
downloadefl-4916973a6084edc5e213dcfe1b1fa8697ff4138d.tar.gz
efl: remove inclusion of dirent.h where it is not used
Test Plan: compilation Reviewers: cedric Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D5733 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/ethumb')
-rw-r--r--src/lib/ethumb/ethumb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ethumb/ethumb.c b/src/lib/ethumb/ethumb.c
index 13ee30c264..f6ddf9eace 100644
--- a/src/lib/ethumb/ethumb.c
+++ b/src/lib/ethumb/ethumb.c
@@ -40,7 +40,6 @@
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <dirent.h>
#include <ctype.h>
#include <pwd.h>