summaryrefslogtreecommitdiff
path: root/src/msg/Pipe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg/Pipe.cc')
-rw-r--r--src/msg/Pipe.cc11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/msg/Pipe.cc b/src/msg/Pipe.cc
index 1ebf2854473..d0f60847e83 100644
--- a/src/msg/Pipe.cc
+++ b/src/msg/Pipe.cc
@@ -18,19 +18,18 @@
#include <limits.h>
#include <poll.h>
-#include "Message.h"
-#include "Pipe.h"
-#include "SimpleMessenger.h"
-
#include "common/debug.h"
#include "common/errno.h"
-
// Below included to get encode_encrypt(); That probably should be in Crypto.h, instead
-
#include "auth/Crypto.h"
#include "auth/cephx/CephxProtocol.h"
#include "auth/AuthSessionHandler.h"
+#include "Message.h"
+#include "SimpleMessenger.h"
+
+#include "Pipe.h"
+
// Constant to limit starting sequence number to 2^31. Nothing special about it, just a big number. PLR
#define SEQ_MASK 0x7fffffff
#define dout_subsys ceph_subsys_ms