From: Venky Shankar Date: Wed, 27 Jan 2021 04:51:04 +0000 (-0500) Subject: cephfs-mirror: remove unneeded json_spirit header X-Git-Tag: v17.1.0~2686^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6ca627f016417b84c9408dc4646a4b75d3dd0ea1;p=ceph.git cephfs-mirror: remove unneeded json_spirit header Signed-off-by: Venky Shankar --- diff --git a/src/tools/cephfs_mirror/Mirror.cc b/src/tools/cephfs_mirror/Mirror.cc index 1cc0c766088f..3496118ca3cc 100644 --- a/src/tools/cephfs_mirror/Mirror.cc +++ b/src/tools/cephfs_mirror/Mirror.cc @@ -10,13 +10,11 @@ #include "common/Timer.h" #include "common/WorkQueue.h" #include "include/types.h" -#include "json_spirit/json_spirit.h" #include "mon/MonClient.h" #include "msg/Messenger.h" #include "aio_utils.h" #include "Mirror.h" - #define dout_context g_ceph_context #define dout_subsys ceph_subsys_cephfs_mirror #undef dout_prefix