summaryrefslogtreecommitdiff
path: root/src/mds/LogSegment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds/LogSegment.h')
-rw-r--r--src/mds/LogSegment.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mds/LogSegment.h b/src/mds/LogSegment.h
index 7c7360466a5..8000e4122de 100644
--- a/src/mds/LogSegment.h
+++ b/src/mds/LogSegment.h
@@ -15,16 +15,19 @@
#ifndef CEPH_LOGSEGMENT_H
#define CEPH_LOGSEGMENT_H
+#include "mds_types.h"
+
+#include <ext/hash_set>
+
#include "include/dlist.h"
#include "include/elist.h"
#include "include/interval_set.h"
#include "include/Context.h"
-#include "mdstypes.h"
+
#include "CInode.h"
#include "CDentry.h"
#include "CDir.h"
-#include <ext/hash_set>
using __gnu_cxx::hash_set;
class CDir;