diff options
author | shawn <cxwshawn@gmail.com> | 2016-06-17 07:45:58 +0200 |
---|---|---|
committer | shawn <cxwshawn@gmail.com> | 2016-06-22 08:12:12 +0200 |
commit | 2185a6275c89d9462611e965da407ea0d504987d (patch) | |
tree | f98eb49e8c1e2ccd1be8d1d2a9f04afbbbd33737 /src/librbd/ExclusiveLock.h | |
parent | librbd: optimize operation header file dependency (diff) | |
download | ceph-2185a6275c89d9462611e965da407ea0d504987d.tar.xz ceph-2185a6275c89d9462611e965da407ea0d504987d.zip |
librbd: optimize header file dependency & modify related file.
Signed-off-by: Xiaowei Chen <chen.xiaowei@h3c.com>
Diffstat (limited to 'src/librbd/ExclusiveLock.h')
-rw-r--r-- | src/librbd/ExclusiveLock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librbd/ExclusiveLock.h b/src/librbd/ExclusiveLock.h index 6268c8080be..43f1e59e14f 100644 --- a/src/librbd/ExclusiveLock.h +++ b/src/librbd/ExclusiveLock.h @@ -8,7 +8,6 @@ #include "include/Context.h" #include "include/rados/librados.hpp" #include "common/Mutex.h" -#include "common/RWLock.h" #include <list> #include <string> #include <utility> |