diff options
author | Girjesh Rajoria <grajoria@redhat.com> | 2017-11-03 02:42:23 +0530 |
---|---|---|
committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-11-09 13:21:11 +0000 |
commit | 0821a57bd2e7518d1c8df2d4403a2dfbb8ee5b6b (patch) | |
tree | 92ef9d2beca6b5e144a615afc9f2203a4c971862 /glusterfsd | |
parent | 9eea263043e86ebd79ae72cc79ce4c22f336f958 (diff) |
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 <grajoria@redhat.com>
Diffstat (limited to 'glusterfsd')
-rw-r--r-- | glusterfsd/src/glusterfsd-mgmt.c | 1 | ||||
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index 415c26d68d0..b8ebdefb876 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -14,7 +14,6 @@ #include <signal.h> #include "glusterfs.h" -#include "stack.h" #include "dict.h" #include "event.h" #include "defaults.h" diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 2a1898be30e..bb85628c804 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -62,7 +62,6 @@ #include "list.h" #include "timer.h" #include "glusterfsd.h" -#include "stack.h" #include "revision.h" #include "common-utils.h" #include "event.h" |