summaryrefslogtreecommitdiff
path: root/src/mon/PaxosService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mon/PaxosService.h')
-rw-r--r--src/mon/PaxosService.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mon/PaxosService.h b/src/mon/PaxosService.h
index 78bcc8d367d..4ee78b52ef7 100644
--- a/src/mon/PaxosService.h
+++ b/src/mon/PaxosService.h
@@ -15,10 +15,12 @@
#ifndef CEPH_PAXOSSERVICE_H
#define CEPH_PAXOSSERVICE_H
-#include "messages/PaxosServiceMessage.h"
-#include "include/Context.h"
#include <errno.h>
+#include "include/Context.h"
+
+#include "messages/PaxosServiceMessage.h"
+
class Monitor;
class Paxos;