diff options
Diffstat (limited to 'src/mon/Session.h')
-rw-r--r-- | src/mon/Session.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mon/Session.h b/src/mon/Session.h index d343085238a..6a284121413 100644 --- a/src/mon/Session.h +++ b/src/mon/Session.h @@ -15,15 +15,15 @@ #ifndef CEPH_MON_SESSION_H #define CEPH_MON_SESSION_H -#include "include/xlist.h" +#include "mon_types.h" #include "msg/msg_types.h" +#include "include/xlist.h" #include "auth/AuthServiceHandler.h" +#include "global/global_context.h" #include "MonCaps.h" -#include "global/global_context.h" - struct MonSession; struct Subscription { |