From 0821a57bd2e7518d1c8df2d4403a2dfbb8ee5b6b Mon Sep 17 00:00:00 2001 From: Girjesh Rajoria Date: Fri, 3 Nov 2017 02:42:23 +0530 Subject: Coverity Issue: PW.INCLUDE_RECURSION in several files Coverity ID: 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 423, 424, 425, 426, 427, 428, 429, 436, 437, 438, 439, 440, 441, 442, 443 Issue: Event include_recursion Removed redundant, recursive includes from the files. Change-Id: I920776b1fa089a2d4917ca722d0075a9239911a7 BUG: 789278 Signed-off-by: Girjesh Rajoria --- xlators/storage/posix/src/posix-handle.h | 1 - xlators/storage/posix/src/posix.h | 1 - 2 files changed, 2 deletions(-) (limited to 'xlators/storage') diff --git a/xlators/storage/posix/src/posix-handle.h b/xlators/storage/posix/src/posix-handle.h index 9af6a7a5442..c76e618546f 100644 --- a/xlators/storage/posix/src/posix-handle.h +++ b/xlators/storage/posix/src/posix-handle.h @@ -13,7 +13,6 @@ #include #include #include "xlator.h" -#include "gf-dirent.h" #include "posix-messages.h" /* From Open Group Base Specifications Issue 6 */ diff --git a/xlators/storage/posix/src/posix.h b/xlators/storage/posix/src/posix.h index b63643d970b..1e19311cb03 100644 --- a/xlators/storage/posix/src/posix.h +++ b/xlators/storage/posix/src/posix.h @@ -33,7 +33,6 @@ #endif #include "xlator.h" -#include "inode.h" #include "compat.h" #include "timer.h" #include "posix-mem-types.h" -- cgit