From ac0d539f84f12871695c4e0aa2f0f7867d6ecb77 Mon Sep 17 00:00:00 2001 From: Sanju Rakonde Date: Thu, 2 Nov 2017 01:40:00 +0530 Subject: glusterd: PW.INCLUDE_RECURSION coverity fix Problem: #include file "glusterd.h" includes itself, glusterd.h -> glusterd-pmap.h -> glusterd.h Fix: remove inclusion statement Change-Id: I28f2043a73a50ae2c7b670e2dece4a3f3fffbcd6 BUG: 789278 Signed-off-by: Sanju Rakonde --- xlators/mgmt/glusterd/src/glusterd-pmap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/mgmt') diff --git a/xlators/mgmt/glusterd/src/glusterd-pmap.h b/xlators/mgmt/glusterd/src/glusterd-pmap.h index f642d66ea38..b0fa8aca559 100644 --- a/xlators/mgmt/glusterd/src/glusterd-pmap.h +++ b/xlators/mgmt/glusterd/src/glusterd-pmap.h @@ -19,7 +19,6 @@ #include "call-stub.h" #include "fd.h" #include "byte-order.h" -#include "glusterd.h" #include "rpcsvc.h" -- cgit