summaryrefslogtreecommitdiff
path: root/src/mds/InoTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds/InoTable.h')
-rw-r--r--src/mds/InoTable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mds/InoTable.h b/src/mds/InoTable.h
index 3a706360797..8310eecfb7c 100644
--- a/src/mds/InoTable.h
+++ b/src/mds/InoTable.h
@@ -16,9 +16,10 @@
#ifndef CEPH_INOTABLE_H
#define CEPH_INOTABLE_H
-#include "MDSTable.h"
#include "include/interval_set.h"
+#include "MDSTable.h"
+
class MDS;
class InoTable : public MDSTable {