summaryrefslogtreecommitdiff
path: root/src/common/ceph_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ceph_context.cc')
-rw-r--r--src/common/ceph_context.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/common/ceph_context.cc b/src/common/ceph_context.cc
index decf86db70a..f40623ef664 100644
--- a/src/common/ceph_context.cc
+++ b/src/common/ceph_context.cc
@@ -13,23 +13,22 @@
*/
#include <time.h>
+#include <pthread.h>
+#include <semaphore.h>
#include "common/admin_socket.h"
#include "common/perf_counters.h"
#include "common/Thread.h"
-#include "common/ceph_context.h"
#include "common/config.h"
#include "common/debug.h"
#include "common/HeartbeatMap.h"
#include "common/errno.h"
#include "common/lockdep.h"
#include "common/Formatter.h"
-#include "log/Log.h"
#include "auth/Crypto.h"
+#include "log/Log.h"
-#include <iostream>
-#include <pthread.h>
-#include <semaphore.h>
+#include "ceph_context.h"
using ceph::HeartbeatMap;