summaryrefslogtreecommitdiff
path: root/src/librbd/AioRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/librbd/AioRequest.h')
-rw-r--r--src/librbd/AioRequest.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/librbd/AioRequest.h b/src/librbd/AioRequest.h
index 259af88dda7..f97f8407059 100644
--- a/src/librbd/AioRequest.h
+++ b/src/librbd/AioRequest.h
@@ -3,14 +3,13 @@
#ifndef CEPH_LIBRBD_AIOREQUEST_H
#define CEPH_LIBRBD_AIOREQUEST_H
-#include <map>
-
#include "inttypes.h"
+#include <map>
-#include "common/snap_types.h"
#include "include/buffer.h"
#include "include/Context.h"
#include "include/rados/librados.hpp"
+#include "common/snap_types.h"
namespace librbd {