diff options
Diffstat (limited to 'src/mds/LogEvent.cc')
-rw-r--r-- | src/mds/LogEvent.cc | 7 |
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) { |