summaryrefslogtreecommitdiff
path: root/src/librbd/internal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/librbd/internal.cc')
-rw-r--r--src/librbd/internal.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/librbd/internal.cc b/src/librbd/internal.cc
index 309c928ef0c..d18d0424107 100644
--- a/src/librbd/internal.cc
+++ b/src/librbd/internal.cc
@@ -1,23 +1,23 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
+#include "include/inttypes.h"
+
#include <errno.h>
#include <limits.h>
+#include "include/stringify.h"
#include "common/ceph_context.h"
#include "common/debug.h"
#include "common/errno.h"
#include "cls/lock/cls_lock_client.h"
-#include "include/inttypes.h"
-#include "include/stringify.h"
-
#include "cls/rbd/cls_rbd.h"
-#include "librbd/AioCompletion.h"
-#include "librbd/AioRequest.h"
-#include "librbd/ImageCtx.h"
+#include "AioCompletion.h"
+#include "AioRequest.h"
+#include "ImageCtx.h"
+#include "parent_types.h"
-#include "librbd/internal.h"
-#include "librbd/parent_types.h"
+#include "internal.h"
#define dout_subsys ceph_subsys_rbd
#undef dout_prefix