diff options
Diffstat (limited to 'src/librbd/ImageCtx.h')
-rw-r--r-- | src/librbd/ImageCtx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librbd/ImageCtx.h b/src/librbd/ImageCtx.h index 5fe8cc3b445..ecc4cdb400c 100644 --- a/src/librbd/ImageCtx.h +++ b/src/librbd/ImageCtx.h @@ -20,6 +20,7 @@ #include "common/snap_types.h" #include "common/zipkin_trace.h" +#include "include/common_fwd.h" #include "include/buffer_fwd.h" #include "include/rbd/librbd.hpp" #include "include/rbd_types.h" @@ -34,10 +35,8 @@ #include <boost/lockfree/policies.hpp> #include <boost/lockfree/queue.hpp> -class CephContext; class ContextWQ; class Finisher; -class PerfCounters; class ThreadPool; class SafeTimer; |