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>
#include <boost/optional.hpp>
-#include "include/ceph_assert.h" // I despise you. Not you the reader, I'm talking
- // to the include file.
-
-
#ifndef CEPH_COMMON_CONVENIENCE_H
#define CEPH_COMMON_CONVENIENCE_H
add_ceph_unittest(unittest_iso_8601)
add_executable(unittest_convenience test_convenience.cc)
-target_link_libraries(unittest_convenience ceph-common)
add_ceph_unittest(unittest_convenience)
add_executable(unittest_bounded_key_counter