From: Radoslaw Zarzynski Date: Wed, 24 Feb 2021 17:15:01 +0000 (+0000) Subject: mon: drop the unnecessary inclusion of MAuthReply.h. X-Git-Tag: v17.1.0~2794^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3857bab8374d6ead870e5e9e6d2dc8fa9973501d;p=ceph.git mon: drop the unnecessary inclusion of MAuthReply.h. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index dd1667555297..379d7445fcea 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -58,8 +58,6 @@ #include "messages/MCommand.h" #include "messages/MCommandReply.h" -#include "messages/MAuthReply.h" - #include "messages/MTimeCheck2.h" #include "messages/MPing.h"