Alexey Serbin has submitted this change and it was merged. Change subject: [iwyu] a minor clean-up after recent merges ......................................................................
[iwyu] a minor clean-up after recent merges After recent updates, some file became not compliant with IWYU. This patch fixes that to have the IWYU in the clean state since the IWYU configuration is already enabled for gerrit pre-commit verification. I also sneaked in a few other updates on other files to remove them from the 'muted' list in build-support/iwyu/iwyu-filter.awk Change-Id: I052056efc32b5173c51cd3f0f939e19e604a7091 Reviewed-on: http://gerrit.cloudera.org:8080/7773 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Todd Lipcon <[email protected]> --- M build-support/iwyu/iwyu-filter.awk M src/kudu/client/master_rpc.cc M src/kudu/client/master_rpc.h M src/kudu/consensus/log.cc M src/kudu/consensus/mt-log-test.cc M src/kudu/consensus/raft_consensus.h M src/kudu/integration-tests/create-table-stress-test.cc M src/kudu/integration-tests/external_mini_cluster-itest-base.h M src/kudu/integration-tests/external_mini_cluster_fs_inspector.cc M src/kudu/integration-tests/internal_mini_cluster-itest-base.h M src/kudu/integration-tests/internal_mini_cluster.cc M src/kudu/integration-tests/internal_mini_cluster.h M src/kudu/integration-tests/log_verifier.cc M src/kudu/integration-tests/master_cert_authority-itest.cc M src/kudu/integration-tests/master_replication-itest.cc M src/kudu/integration-tests/table_locations-itest.cc M src/kudu/integration-tests/tablet_copy-itest.cc M src/kudu/integration-tests/ts_tablet_manager-itest.cc M src/kudu/master/sys_catalog-test.cc M src/kudu/rpc/connection.h M src/kudu/tablet/memrowset.h M src/kudu/tablet/tablet_metadata.h M src/kudu/tablet/tablet_replica-test.cc M src/kudu/tools/ksck.cc M src/kudu/tools/kudu-tool-test.cc M src/kudu/tserver/tablet_copy_source_session.cc M src/kudu/tserver/tablet_server_test_util.cc M src/kudu/tserver/tablet_service.cc M src/kudu/util/net/sockaddr.cc 29 files changed, 38 insertions(+), 37 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/7773 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I052056efc32b5173c51cd3f0f939e19e604a7091 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]>
