summaryrefslogtreecommitdiff
path: root/src/os/JournalingObjectStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/JournalingObjectStore.h')
-rw-r--r--src/os/JournalingObjectStore.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/os/JournalingObjectStore.h b/src/os/JournalingObjectStore.h
index 82b9ed5c252..6b9d8aba176 100644
--- a/src/os/JournalingObjectStore.h
+++ b/src/os/JournalingObjectStore.h
@@ -15,10 +15,11 @@
#ifndef CEPH_JOURNALINGOBJECTSTORE_H
#define CEPH_JOURNALINGOBJECTSTORE_H
-#include "ObjectStore.h"
-#include "Journal.h"
-#include "global/global_context.h"
#include "common/RWLock.h"
+#include "global/global_context.h"
+
+#include "Journal.h"
+#include "ObjectStore.h"
class JournalingObjectStore : public ObjectStore {
protected: