diff options
Diffstat (limited to 'src/librbd/AioCompletion.h')
-rw-r--r-- | src/librbd/AioCompletion.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/librbd/AioCompletion.h b/src/librbd/AioCompletion.h index 361d425531f..be4a1725210 100644 --- a/src/librbd/AioCompletion.h +++ b/src/librbd/AioCompletion.h @@ -3,19 +3,17 @@ #ifndef CEPH_LIBRBD_AIOCOMPLETION_H #define CEPH_LIBRBD_AIOCOMPLETION_H +#include "include/Context.h" +#include "include/utime.h" #include "common/Cond.h" #include "common/Mutex.h" #include "common/ceph_context.h" #include "common/perf_counters.h" -#include "include/Context.h" -#include "include/utime.h" -#include "include/rbd/librbd.hpp" - -#include "librbd/ImageCtx.h" -#include "librbd/internal.h" - #include "osdc/Striper.h" +#include "ImageCtx.h" +#include "internal.h" + namespace librbd { class AioRead; |