From: Kefu Chai Date: Wed, 10 Mar 2021 11:20:43 +0000 (+0800) Subject: mgr: do not include RWLock.h unless it is used X-Git-Tag: v17.1.0~2644^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a343f181861b8733c2a5abd40823cc4681305095;p=ceph.git mgr: do not include RWLock.h unless it is used Signed-off-by: Kefu Chai --- diff --git a/src/mgr/DaemonState.h b/src/mgr/DaemonState.h index 8c21305a9c23..a9684aa66295 100644 --- a/src/mgr/DaemonState.h +++ b/src/mgr/DaemonState.h @@ -20,7 +20,6 @@ #include #include -#include "common/RWLock.h" #include "include/str_map.h" #include "msg/msg_types.h"