summaryrefslogtreecommitdiff
path: root/src/mds/Migrator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds/Migrator.h')
-rw-r--r--src/mds/Migrator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mds/Migrator.h b/src/mds/Migrator.h
index 7827667b208..284d712988e 100644
--- a/src/mds/Migrator.h
+++ b/src/mds/Migrator.h
@@ -22,11 +22,11 @@
#include <map>
#include <list>
#include <set>
+
using std::map;
using std::list;
using std::set;
-
class MDS;
class CDir;
class CInode;
@@ -48,7 +48,6 @@ class MExportCapsAck;
class EImportStart;
-
class Migrator {
private:
MDS *mds;