Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14844 )
Change subject: [style] re-order x.h and x-inl.h to please IWYU ...................................................................... [style] re-order x.h and x-inl.h to please IWYU IWYU explicitly prefer x.h to precede x-inl.h in the ordering of include files. This patch updated few files to adhere to IWYU's preference, unifying the order of such include file pairs across the codebase. This patch doesn't contain any functional modifications. Change-Id: I697416766610d169f1e13450310fd218c197b439 Reviewed-on: http://gerrit.cloudera.org:8080/14844 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/cfile/block_pointer.h M src/kudu/cfile/cfile_writer.cc M src/kudu/cfile/index_block.cc M src/kudu/cfile/plain_block.h M src/kudu/tablet/rowset_tree.cc 5 files changed, 5 insertions(+), 5 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/14844 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I697416766610d169f1e13450310fd218c197b439 Gerrit-Change-Number: 14844 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
