summaryrefslogtreecommitdiffstats
path: root/src/mds/RecoveryQueue.cc
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2017-06-08 05:21:11 +0200
committerKefu Chai <kchai@redhat.com>2017-06-08 05:46:26 +0200
commit28c83737345e9b9547a87105ab4d32b6f636bd4b (patch)
tree3b3f4f30e32bc8ad1ac04dc947a614f92a6ebc06 /src/mds/RecoveryQueue.cc
parentosdc/Objecter: s/atomic_t/std::atomic<>/ (diff)
downloadceph-28c83737345e9b9547a87105ab4d32b6f636bd4b.tar.xz
ceph-28c83737345e9b9547a87105ab4d32b6f636bd4b.zip
msg,common: do not include assert.h everywhere to clobber <assert.h>
* reverts c93daaf92b643a06a822558973d377733dbd9d85 * add "#include "include/assert.h" to where <cassert> or <assert.h> are included, or avoid including them if possible. Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/mds/RecoveryQueue.cc')
-rw-r--r--src/mds/RecoveryQueue.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mds/RecoveryQueue.cc b/src/mds/RecoveryQueue.cc
index 7ee366da1c9..ed7d1096bc3 100644
--- a/src/mds/RecoveryQueue.cc
+++ b/src/mds/RecoveryQueue.cc
@@ -20,9 +20,6 @@
#include "RecoveryQueue.h"
-// reinclude our assert to clobber the system one
-#include "include/assert.h"
-
#define dout_context g_ceph_context
#define dout_subsys ceph_subsys_mds
#undef dout_prefix