From 8bfcae18c080c856a7218b0df9e403e2cdb59355 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Fri, 10 Jan 2020 13:44:53 +0300 Subject: xlators/storage: remove duplicated includes Do not include ftw.h twice. Change-Id: Id9e8d1813aafd890940adcd6883d90fa1b4beaf9 Signed-off-by: Dmitry Antipov Updates: bz#1193929 --- xlators/storage/posix/src/posix-common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/storage/posix/src/posix-common.c') diff --git a/xlators/storage/posix/src/posix-common.c b/xlators/storage/posix/src/posix-common.c index e95bc652944..f4003942f4e 100644 --- a/xlators/storage/posix/src/posix-common.c +++ b/xlators/storage/posix/src/posix-common.c @@ -26,7 +26,6 @@ #include #include #include -#include #ifndef GF_BSD_HOST_OS #include -- cgit