From 856318da4e35e0030ef39a7c6289c665308c384a Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Mon, 11 Jun 2018 15:46:21 +0200 Subject: [PATCH] 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 --- src/test/encoding/types.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index 48a499087cb..a6780ee5d1f 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -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)