summaryrefslogtreecommitdiff
path: root/src/mds/LogEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds/LogEvent.h')
-rw-r--r--src/mds/LogEvent.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mds/LogEvent.h b/src/mds/LogEvent.h
index e0b4bea4dc6..fd8386dd411 100644
--- a/src/mds/LogEvent.h
+++ b/src/mds/LogEvent.h
@@ -15,6 +15,14 @@
#ifndef CEPH_LOGEVENT_H
#define CEPH_LOGEVENT_H
+#include <string>
+
+#include "include/buffer.h"
+#include "include/Context.h"
+#include "include/utime.h"
+
+using namespace std;
+
#define EVENT_STRING 1
#define EVENT_SUBTREEMAP 2
@@ -38,14 +46,6 @@
#define EVENT_SUBTREEMAP_TEST 50
-
-#include <string>
-using namespace std;
-
-#include "include/buffer.h"
-#include "include/Context.h"
-#include "include/utime.h"
-
class MDS;
class LogSegment;