summaryrefslogtreecommitdiff
path: root/src/common/ceph_crypto.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ceph_crypto.cc')
-rw-r--r--src/common/ceph_crypto.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/common/ceph_crypto.cc b/src/common/ceph_crypto.cc
index 3f04349c20b..9d866ac728f 100644
--- a/src/common/ceph_crypto.cc
+++ b/src/common/ceph_crypto.cc
@@ -12,13 +12,14 @@
*
*/
+#include <pthread.h>
+#include <stdlib.h>
+
#include "common/config.h"
#include "common/ceph_context.h"
-#include "ceph_crypto.h"
#include "auth/Crypto.h"
-#include <pthread.h>
-#include <stdlib.h>
+#include "ceph_crypto.h"
void ceph::crypto::shutdown();