summaryrefslogtreecommitdiffstats
path: root/xlators/protocol
diff options
context:
space:
mode:
authorGirjesh Rajoria <grajoria@redhat.com>2017-11-03 02:42:23 +0530
committerJeff Darcy <jeff@pl.atyp.us>2017-11-09 13:21:11 +0000
commit0821a57bd2e7518d1c8df2d4403a2dfbb8ee5b6b (patch)
tree92ef9d2beca6b5e144a615afc9f2203a4c971862 /xlators/protocol
parent9eea263043e86ebd79ae72cc79ce4c22f336f958 (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 'xlators/protocol')
-rw-r--r--xlators/protocol/client/src/client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c
index 6cb5b6b38ca..469302b0dc0 100644
--- a/xlators/protocol/client/src/client.c
+++ b/xlators/protocol/client/src/client.c
@@ -19,7 +19,6 @@
#include "xdr-rpc.h"
#include "glusterfs3.h"
-#include "gf-dirent.h"
#include "client-messages.h"
extern rpc_clnt_prog_t clnt_handshake_prog;