summaryrefslogtreecommitdiff
path: root/src/librados/PoolAsyncCompletionImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/librados/PoolAsyncCompletionImpl.h')
-rw-r--r--src/librados/PoolAsyncCompletionImpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librados/PoolAsyncCompletionImpl.h b/src/librados/PoolAsyncCompletionImpl.h
index efb89641466..47039f98a57 100644
--- a/src/librados/PoolAsyncCompletionImpl.h
+++ b/src/librados/PoolAsyncCompletionImpl.h
@@ -15,11 +15,11 @@
#ifndef CEPH_LIBRADOS_POOLASYNCCOMPLETIONIMPL_H
#define CEPH_LIBRADOS_POOLASYNCCOMPLETIONIMPL_H
-#include "common/Cond.h"
-#include "common/Mutex.h"
#include "include/Context.h"
#include "include/rados/librados.h"
#include "include/rados/librados.hpp"
+#include "common/Cond.h"
+#include "common/Mutex.h"
namespace librados {
struct PoolAsyncCompletionImpl {