diff options
Diffstat (limited to 'src/librbd/WatchCtx.h')
-rw-r--r-- | src/librbd/WatchCtx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librbd/WatchCtx.h b/src/librbd/WatchCtx.h index 0c0802a4035..d82e47aaaa0 100644 --- a/src/librbd/WatchCtx.h +++ b/src/librbd/WatchCtx.h @@ -5,9 +5,9 @@ #include <inttypes.h> -#include "common/Mutex.h" #include "include/buffer.h" #include "include/rados/librados.hpp" +#include "common/Mutex.h" class ImageCtx; |