summaryrefslogtreecommitdiff
path: root/src/librbd/ImageCtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/librbd/ImageCtx.h')
-rw-r--r--src/librbd/ImageCtx.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/librbd/ImageCtx.h b/src/librbd/ImageCtx.h
index 14eb6d6d9ed..081fa2e1d4a 100644
--- a/src/librbd/ImageCtx.h
+++ b/src/librbd/ImageCtx.h
@@ -3,25 +3,25 @@
#ifndef CEPH_LIBRBD_IMAGECTX_H
#define CEPH_LIBRBD_IMAGECTX_H
-#include <inttypes.h>
+#include "include/types.h"
+#include "include/rbd_types.h"
+#include <inttypes.h>
#include <map>
#include <set>
#include <string>
#include <vector>
-#include "common/Mutex.h"
-#include "common/snap_types.h"
#include "include/buffer.h"
#include "include/rbd/librbd.hpp"
-#include "include/rbd_types.h"
-#include "include/types.h"
+#include "common/Mutex.h"
+#include "common/snap_types.h"
#include "osdc/ObjectCacher.h"
-
#include "cls/rbd/cls_rbd_client.h"
-#include "librbd/LibrbdWriteback.h"
-#include "librbd/SnapInfo.h"
-#include "librbd/parent_types.h"
+
+#include "LibrbdWriteback.h"
+#include "SnapInfo.h"
+#include "parent_types.h"
class CephContext;
class PerfCounters;