summaryrefslogtreecommitdiff
path: root/src/osd/ReplicatedPG.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/ReplicatedPG.h')
-rw-r--r--src/osd/ReplicatedPG.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/osd/ReplicatedPG.h b/src/osd/ReplicatedPG.h
index 5d737e946a7..c47f127fb96 100644
--- a/src/osd/ReplicatedPG.h
+++ b/src/osd/ReplicatedPG.h
@@ -14,17 +14,16 @@
#ifndef CEPH_REPLICATEDPG_H
#define CEPH_REPLICATEDPG_H
-
-#include "PG.h"
-#include "OSD.h"
-#include "Watch.h"
-#include "OpRequest.h"
+#include "global/debug.h"
#include "messages/MOSDOp.h"
#include "messages/MOSDOpReply.h"
#include "messages/MOSDSubOp.h"
-#include "global/debug.h"
+#include "PG.h"
+#include "OSD.h"
+#include "Watch.h"
+#include "OpRequest.h"
class MOSDSubOpReply;