diff options
Diffstat (limited to 'src/mds/CDentry.h')
-rw-r--r-- | src/mds/CDentry.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/mds/CDentry.h b/src/mds/CDentry.h index 480e5628bf4..61bb6949c8f 100644 --- a/src/mds/CDentry.h +++ b/src/mds/CDentry.h @@ -11,26 +11,25 @@ * Foundation. See file COPYING. * */ - - - #ifndef CEPH_CDENTRY_H #define CEPH_CDENTRY_H +#include "mds_types.h" + #include <string> #include <set> -using namespace std; #include "include/types.h" #include "include/buffer.h" #include "include/lru.h" #include "include/elist.h" #include "include/filepath.h" -#include "mdstypes.h" #include "SimpleLock.h" #include "LocalLock.h" +using namespace std; + class CInode; class CDir; class MDRequest; @@ -43,8 +42,6 @@ class LogSegment; class Session; - - // define an ordering bool operator<(const CDentry& l, const CDentry& r); |