mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
test/encoding/types.h: Adjusting src/test/encoding entries
This patch is about : - Moving encoding headers in a visual block (easier to update) Signed-off-by: Erwan Velu <erwan@redhat.com>
This commit is contained in:
parent
d9630bb83d
commit
856318da4e
@ -1,3 +1,11 @@
|
||||
#include "test_ceph_time.h"
|
||||
TYPE(real_time_wrapper)
|
||||
TYPE(coarse_real_time_wrapper)
|
||||
TYPE(timespan_wrapper)
|
||||
|
||||
#include "test_sstring.h"
|
||||
TYPE(sstring_wrapper)
|
||||
|
||||
#include "include/CompatSet.h"
|
||||
TYPE(CompatSet)
|
||||
|
||||
@ -17,14 +25,6 @@ TYPE(BitVector<2>)
|
||||
TYPE(bloom_filter)
|
||||
TYPE(compressible_bloom_filter)
|
||||
|
||||
#include "test_ceph_time.h"
|
||||
TYPE(real_time_wrapper)
|
||||
TYPE(coarse_real_time_wrapper)
|
||||
TYPE(timespan_wrapper)
|
||||
|
||||
#include "test_sstring.h"
|
||||
TYPE(sstring_wrapper)
|
||||
|
||||
#include "common/snap_types.h"
|
||||
TYPE(SnapContext)
|
||||
TYPE(SnapRealmInfo)
|
||||
|
Loading…
Reference in New Issue
Block a user