Mahesh Reddy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16708
Change subject: Change list to update include guards ...................................................................... Change list to update include guards This change list replaces the use of include guards to use '#pragma once'. Header files have slowly been migrating to using this across the Kudu codebase but this updates many files at once. None of the files under 'gutil' or 'util' have been touched for now since they are exported files. Change-Id: I45aee1e9789389c9bf8c0c2080843552cd464237 --- M src/kudu/benchmarks/tpch/line_item_tsv_importer.h M src/kudu/benchmarks/tpch/tpch-schemas.h M src/kudu/cfile/binary_plain_block.h M src/kudu/cfile/binary_prefix_block.h M src/kudu/cfile/block_compression.h M src/kudu/cfile/block_encodings.h M src/kudu/cfile/block_handle.h M src/kudu/cfile/block_pointer.h M src/kudu/cfile/bshuf_block.h M src/kudu/cfile/cfile_util.h M src/kudu/cfile/index_block.h M src/kudu/cfile/index_btree.h M src/kudu/cfile/plain_bitmap_block.h M src/kudu/cfile/plain_block.h M src/kudu/cfile/rle_block.h M src/kudu/cfile/type_encodings.h M src/kudu/client/callbacks.h M src/kudu/client/client_builder-internal.h M src/kudu/client/columnar_scan_batch.h M src/kudu/client/error-internal.h M src/kudu/client/hash.h M src/kudu/client/resource_metrics-internal.h M src/kudu/client/resource_metrics.h M src/kudu/client/row_result.h M src/kudu/client/scan_batch.h M src/kudu/client/scan_predicate.h M src/kudu/client/scanner-internal.h M src/kudu/client/schema-internal.h M src/kudu/client/schema.h M src/kudu/client/session-internal.h M src/kudu/client/shared_ptr.h M src/kudu/client/stubs.h M src/kudu/client/table-internal.h M src/kudu/client/tablet_server-internal.h M src/kudu/client/value-internal.h M src/kudu/client/value.h M src/kudu/client/write_op-internal.h M src/kudu/client/write_op.h M src/kudu/codegen/code_generator.h M src/kudu/codegen/jit_wrapper.h M src/kudu/codegen/module_builder.h M src/kudu/codegen/precompiled.ll.h M src/kudu/codegen/row_projector.h M src/kudu/common/id_mapping.h M src/kudu/common/iterator.h M src/kudu/common/iterator_stats.h M src/kudu/common/key_encoder.h M src/kudu/common/partial_row.h M src/kudu/common/row.h M src/kudu/common/row_changelist.h M src/kudu/common/rowid.h M src/kudu/common/schema.h M src/kudu/common/types.h M src/kudu/common/wire_protocol-test-util.h M src/kudu/common/wire_protocol.h M src/kudu/consensus/log_anchor_registry.h M src/kudu/consensus/log_cache.h M src/kudu/consensus/log_metrics.h M src/kudu/consensus/opid_util.h M src/kudu/consensus/peer_manager.h M src/kudu/fs/block_id.h M src/kudu/fs/block_manager_metrics.h M src/kudu/fs/file_block_manager.h M src/kudu/fs/fs-test-util.h M src/kudu/master/master-test-util.h M src/kudu/master/master_path_handlers.h M src/kudu/master/table_metrics.h M src/kudu/server/default_path_handlers.h M src/kudu/server/generic_service.h M src/kudu/server/monitored_task.h M src/kudu/server/pprof_path_handlers.h M src/kudu/server/rpcz-path-handler.h M src/kudu/server/server_base_options.h M src/kudu/server/tcmalloc_metrics.h M src/kudu/server/tracing_path_handlers.h M src/kudu/server/webserver_options.h M src/kudu/tablet/cfile_set.h M src/kudu/tablet/compaction_policy.h M src/kudu/tablet/delta_applier.h M src/kudu/tablet/delta_iterator_merger.h M src/kudu/tablet/delta_stats.h M src/kudu/tablet/lock_manager.h M src/kudu/tablet/multi_column_writer.h M src/kudu/tablet/mutation.h M src/kudu/tablet/op_order_verifier.h M src/kudu/tablet/rowset_info.h M src/kudu/tablet/svg_dump.h M src/kudu/tablet/tablet-test-base.h M src/kudu/tablet/tablet_metrics.h M src/kudu/tablet/tablet_replica_mm_ops.h M src/kudu/tools/ksck_remote.h M src/kudu/tserver/scanner_metrics.h M src/kudu/tserver/tablet_copy-test-base.h M src/kudu/tserver/tablet_copy_service.h M src/kudu/tserver/tablet_replica_lookup.h M src/kudu/tserver/tserver_path_handlers.h 96 files changed, 189 insertions(+), 443 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/08/16708/1 -- To view, visit http://gerrit.cloudera.org:8080/16708 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I45aee1e9789389c9bf8c0c2080843552cd464237 Gerrit-Change-Number: 16708 Gerrit-PatchSet: 1 Gerrit-Owner: Mahesh Reddy <[email protected]>
