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/meta/src/cmdline-file.c | 1 - xlators/meta/src/frames-file.c | 1 - xlators/meta/src/name-file.c | 1 - xlators/meta/src/process_uuid-file.c | 1 - xlators/meta/src/type-file.c | 1 - xlators/meta/src/version-file.c | 1 - 6 files changed, 6 deletions(-) (limited to 'xlators/meta') diff --git a/xlators/meta/src/cmdline-file.c b/xlators/meta/src/cmdline-file.c index 941b8073f4f..9bf5a65feef 100644 --- a/xlators/meta/src/cmdline-file.c +++ b/xlators/meta/src/cmdline-file.c @@ -14,7 +14,6 @@ #include "meta-mem-types.h" #include "meta.h" #include "strfd.h" -#include "globals.h" #include "lkowner.h" diff --git a/xlators/meta/src/frames-file.c b/xlators/meta/src/frames-file.c index 027fa294fe8..4785c6dea31 100644 --- a/xlators/meta/src/frames-file.c +++ b/xlators/meta/src/frames-file.c @@ -14,7 +14,6 @@ #include "meta-mem-types.h" #include "meta.h" #include "strfd.h" -#include "globals.h" #include "lkowner.h" static int diff --git a/xlators/meta/src/name-file.c b/xlators/meta/src/name-file.c index 44c359ef5c8..faadbff7341 100644 --- a/xlators/meta/src/name-file.c +++ b/xlators/meta/src/name-file.c @@ -14,7 +14,6 @@ #include "meta-mem-types.h" #include "meta.h" #include "strfd.h" -#include "globals.h" #include "lkowner.h" diff --git a/xlators/meta/src/process_uuid-file.c b/xlators/meta/src/process_uuid-file.c index 3210de1d484..37eb03ac5c3 100644 --- a/xlators/meta/src/process_uuid-file.c +++ b/xlators/meta/src/process_uuid-file.c @@ -14,7 +14,6 @@ #include "meta-mem-types.h" #include "meta.h" #include "strfd.h" -#include "globals.h" #include "lkowner.h" diff --git a/xlators/meta/src/type-file.c b/xlators/meta/src/type-file.c index f27e4b0a777..235ecc2dd6d 100644 --- a/xlators/meta/src/type-file.c +++ b/xlators/meta/src/type-file.c @@ -14,7 +14,6 @@ #include "meta-mem-types.h" #include "meta.h" #include "strfd.h" -#include "globals.h" #include "lkowner.h" diff --git a/xlators/meta/src/version-file.c b/xlators/meta/src/version-file.c index ace419ea439..1b0e4458448 100644 --- a/xlators/meta/src/version-file.c +++ b/xlators/meta/src/version-file.c @@ -14,7 +14,6 @@ #include "meta-mem-types.h" #include "meta.h" #include "strfd.h" -#include "globals.h" #include "lkowner.h" -- cgit