]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/encoding/types.h: Adjusting src/test/encoding entries
authorErwan Velu <erwan@redhat.com>
Mon, 11 Jun 2018 13:46:21 +0000 (15:46 +0200)
committerErwan Velu <erwan@redhat.com>
Tue, 12 Jun 2018 12:56:33 +0000 (14:56 +0200)
This patch is about :
- Moving encoding headers in a visual block (easier to update)

Signed-off-by: Erwan Velu <erwan@redhat.com>
src/test/encoding/types.h

index 48a499087cb81576bce61dbc41908754bad4a880..a6780ee5d1fd4112857cc0b8dd41df56974df504 100644 (file)
@@ -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)