summaryrefslogtreecommitdiff
path: root/src/mds/LogEvent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds/LogEvent.cc')
-rw-r--r--src/mds/LogEvent.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mds/LogEvent.cc b/src/mds/LogEvent.cc
index b4cc1968024..bef814f81fd 100644
--- a/src/mds/LogEvent.cc
+++ b/src/mds/LogEvent.cc
@@ -13,10 +13,6 @@
*/
#include "common/config.h"
-#include "LogEvent.h"
-
-#include "MDS.h"
-
#include "global/debug.h"
// events i know of
@@ -40,6 +36,9 @@
#include "events/ETableClient.h"
#include "events/ETableServer.h"
+#include "MDS.h"
+
+#include "LogEvent.h"
LogEvent *LogEvent::decode(bufferlist& bl)
{