summaryrefslogtreecommitdiff
path: root/src/cls/refcount/cls_refcount_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cls/refcount/cls_refcount_client.cc')
-rw-r--r--src/cls/refcount/cls_refcount_client.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cls/refcount/cls_refcount_client.cc b/src/cls/refcount/cls_refcount_client.cc
index f88ff5edd4b..c009a5ccabd 100644
--- a/src/cls/refcount/cls_refcount_client.cc
+++ b/src/cls/refcount/cls_refcount_client.cc
@@ -1,11 +1,12 @@
+#include "include/types.h"
+
#include <errno.h>
-#include "include/types.h"
-#include "cls/refcount/cls_refcount_ops.h"
#include "include/rados/librados.hpp"
-using namespace librados;
+#include "cls_refcount_ops.h"
+using namespace librados;
void cls_refcount_get(librados::ObjectWriteOperation& op, const string& tag, bool implicit_ref)
{