]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd: remove unneeded header includes
authorVenky Shankar <vshankar@redhat.com>
Thu, 25 Jan 2018 10:15:17 +0000 (05:15 -0500)
committerMahati Chamarthy <mahati.chamarthy@intel.com>
Mon, 11 Nov 2019 07:55:44 +0000 (13:25 +0530)
Signed-off-by: Venky Shankar <vshankar@redhat.com>
src/librbd/Journal.cc
src/librbd/api/Mirror.cc
src/librbd/operation/SnapshotRemoveRequest.cc
src/librbd/operation/SnapshotRenameRequest.cc
src/librbd/trash/MoveRequest.cc

index 06d757673d55468f09466d8b77e3dce74fbce693..d6cd24940ebecaf39373186c748b937f4f5a7166 100644 (file)
@@ -13,7 +13,6 @@
 #include "journal/ReplayEntry.h"
 #include "journal/Settings.h"
 #include "journal/Utils.h"
-#include "librbd/ExclusiveLock.h"
 #include "librbd/ImageCtx.h"
 #include "librbd/io/ImageRequestWQ.h"
 #include "librbd/io/ObjectDispatchSpec.h"
index 944eb150ef9f4edbe6be34b91e41bafae0f89739..6c0b233d0d65e5a70e9f944b1c9e69b643c3a0ed 100644 (file)
@@ -8,7 +8,6 @@
 #include "common/dout.h"
 #include "common/errno.h"
 #include "cls/rbd/cls_rbd_client.h"
-#include "librbd/ExclusiveLock.h"
 #include "librbd/ImageCtx.h"
 #include "librbd/ImageState.h"
 #include "librbd/Journal.h"
index 79a50df4340cc3e337f3020676d8c02151175a9f..e45068f3c8ee812a1692206eec80845288289055 100644 (file)
@@ -6,7 +6,6 @@
 #include "common/errno.h"
 #include "include/ceph_assert.h"
 #include "cls/rbd/cls_rbd_client.h"
-#include "librbd/ExclusiveLock.h"
 #include "librbd/ImageCtx.h"
 #include "librbd/ObjectMap.h"
 #include "librbd/Utils.h"
index a957074b6794103553348ad040b49d24c865d6e3..e9257f18c021f6d4c9ef92e1bdb7a148026a3a0e 100644 (file)
@@ -4,7 +4,6 @@
 #include "librbd/operation/SnapshotRenameRequest.h"
 #include "common/dout.h"
 #include "common/errno.h"
-#include "librbd/ExclusiveLock.h"
 #include "librbd/ImageCtx.h"
 
 #define dout_subsys ceph_subsys_rbd
index 526e92abca297487f1bda8f1f04057642de2a916..82b81fa3863b8fed32e0e5600bba58f278c98e3e 100644 (file)
@@ -5,7 +5,6 @@
 #include "common/dout.h"
 #include "common/errno.h"
 #include "cls/rbd/cls_rbd_client.h"
-#include "librbd/ExclusiveLock.h"
 #include "librbd/ImageCtx.h"
 #include "librbd/ImageState.h"
 #include "librbd/Utils.h"