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/nfs/server/src/nfs-inodes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/nfs/server/src/nfs-inodes.h') diff --git a/xlators/nfs/server/src/nfs-inodes.h b/xlators/nfs/server/src/nfs-inodes.h index 9ec94f2befe..40037fbcbb2 100644 --- a/xlators/nfs/server/src/nfs-inodes.h +++ b/xlators/nfs/server/src/nfs-inodes.h @@ -15,7 +15,6 @@ #include "xlator.h" #include "iobuf.h" #include "call-stub.h" -#include "stack.h" #include "nfs-fops.h" -- cgit