]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
common: no need to include ceph_assert.h
authorKefu Chai <kchai@redhat.com>
Mon, 27 May 2019 11:55:59 +0000 (19:55 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 27 May 2019 11:58:39 +0000 (19:58 +0800)
commitaa2047ec21cbcb26411f88fb02ebee35a5ce49e2
tree1daadd7116af95584a1918533f4a3eb0d63ccdf4
parentb97022ce553d278c60524950ca3b16825dac0839
common: no need to include ceph_assert.h

src/common/convenience.h is a header-only library, and it does not use
dout or ceph_assert() utilities. so there is no need to include
`ceph_assert.h`.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/convenience.h
src/test/common/CMakeLists.txt