summaryrefslogtreecommitdiff
path: root/src/common/assert.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/assert.cc')
-rw-r--r--src/common/assert.cc15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/common/assert.cc b/src/common/assert.cc
index 7889ad043a6..6b4958d4990 100644
--- a/src/common/assert.cc
+++ b/src/common/assert.cc
@@ -11,20 +11,19 @@
* Foundation. See file COPYING.
*
*/
-
-#include "BackTrace.h"
-#include "common/ceph_context.h"
-#include "common/config.h"
-#include "common/debug.h"
-#include "common/Clock.h"
-#include "include/assert.h"
-
#include <errno.h>
#include <iostream>
#include <pthread.h>
#include <sstream>
#include <time.h>
+#include "include/assert.h"
+#include "common/ceph_context.h"
+#include "common/config.h"
+#include "common/debug.h"
+#include "common/Clock.h"
+#include "common/BackTrace.h"
+
namespace ceph {
static CephContext *g_assert_context = NULL;