diff options
Diffstat (limited to 'src/librbd/WatchCtx.cc')
-rw-r--r-- | src/librbd/WatchCtx.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librbd/WatchCtx.cc b/src/librbd/WatchCtx.cc index 0f0c4142afc..91781f5609a 100644 --- a/src/librbd/WatchCtx.cc +++ b/src/librbd/WatchCtx.cc @@ -5,10 +5,10 @@ #include "common/debug.h" #include "common/perf_counters.h" -#include "librbd/ImageCtx.h" -#include "librbd/internal.h" +#include "ImageCtx.h" +#include "internal.h" -#include "librbd/WatchCtx.h" +#include "WatchCtx.h" #define dout_subsys ceph_subsys_rbd #undef dout_prefix |