summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix-entry-ops.c
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2020-01-10 13:44:53 +0300
committerXavi Hernandez <xhernandez@redhat.com>2020-01-13 17:23:26 +0000
commit8bfcae18c080c856a7218b0df9e403e2cdb59355 (patch)
treede54c08107b5a26f983def9618f05feb904bf728 /xlators/storage/posix/src/posix-entry-ops.c
parent7dcbf096087cb6b939149c6f14ea2c3b2ab861e4 (diff)
xlators/storage: remove duplicated includes
Do not include ftw.h twice. Change-Id: Id9e8d1813aafd890940adcd6883d90fa1b4beaf9 Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru> Updates: bz#1193929
Diffstat (limited to 'xlators/storage/posix/src/posix-entry-ops.c')
-rw-r--r--xlators/storage/posix/src/posix-entry-ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix-entry-ops.c b/xlators/storage/posix/src/posix-entry-ops.c
index d721304c79a..ffceb9b6b2d 100644
--- a/xlators/storage/posix/src/posix-entry-ops.c
+++ b/xlators/storage/posix/src/posix-entry-ops.c
@@ -26,7 +26,6 @@
#include <signal.h>
#include <sys/uio.h>
#include <unistd.h>
-#include <ftw.h>
#ifndef GF_BSD_HOST_OS
#include <alloca.h>