Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion be/src/agent/be_exec_version_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#pragma once

#include <fmt/format.h>
#include <glog/logging.h>

#include "common/exception.h"
#include "common/status.h"
Expand Down
1 change: 0 additions & 1 deletion be/src/agent/topic_subscriber.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#pragma once

#include <gen_cpp/BackendService_types.h>
#include <glog/logging.h>

#include <map>
#include <shared_mutex>
Expand Down
2 changes: 0 additions & 2 deletions be/src/agent/workload_group_listener.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

#pragma once

#include <glog/logging.h>

#include "agent/topic_listener.h"

namespace doris {
Expand Down
2 changes: 0 additions & 2 deletions be/src/agent/workload_sched_policy_listener.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

#pragma once

#include <glog/logging.h>

#include "agent/topic_listener.h"
#include "runtime/exec_env.h"

Expand Down
1 change: 0 additions & 1 deletion be/src/core/column/column_array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "core/column/column_array.h"

#include <algorithm>
#include <boost/iterator/iterator_facade.hpp>
#include <cstring>
#include <vector>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/column/column_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#pragma once

#include <glog/logging.h>
#include <sys/types.h>

#include <cstdint>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/column/column_decimal.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <sys/types.h>

#include <algorithm>
#include <boost/iterator/iterator_facade.hpp>
#include <vector>

#include "core/assert_cast.h"
Expand Down
1 change: 0 additions & 1 deletion be/src/core/column/column_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "core/column/column_map.h"

#include <algorithm>
#include <boost/iterator/iterator_facade.hpp>
#include <cstddef>
#include <vector>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/column/column_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#pragma once

#include <glog/logging.h>
#include <stdint.h>
#include <sys/types.h>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/column/column_string.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <crc32c/crc32c.h>

#include <algorithm>
#include <boost/iterator/iterator_facade.hpp>
#include <cstring>

#include "core/arena.h"
Expand Down
1 change: 0 additions & 1 deletion be/src/core/column/column_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#pragma once

#include <glog/logging.h>
#include <stdint.h>
#include <sys/types.h>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/column/column_variant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include <fmt/core.h>
#include <fmt/format.h>
#include <glog/logging.h>
#include <parallel_hashmap/phmap.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/column/column_variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#pragma once
#include <butil/compiler_specific.h>
#include <glog/logging.h>
#include <rapidjson/document.h>
#include <rapidjson/stringbuffer.h>
#include <sys/types.h>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/column/column_vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <sys/types.h>

#include <algorithm>
#include <boost/iterator/iterator_facade.hpp>
#include <cmath>
#include <cstdint>
#include <cstring>
Expand Down
2 changes: 0 additions & 2 deletions be/src/core/column/columns_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

#include <string.h>

#include <boost/iterator/iterator_facade.hpp>

#include "core/column/column.h"
#include "core/column/column_array.h" // IWYU pragma: keep
#include "util/simd/bits.h"
Expand Down
1 change: 0 additions & 1 deletion be/src/core/column/columns_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#pragma once

#include <glog/logging.h>
#include <stdint.h>
#include <sys/types.h>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/convert_field_to_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "core/data_type/convert_field_to_type.h"

#include <fmt/format.h>
#include <glog/logging.h>
#include <stddef.h>

#include <memory>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_bitmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#pragma once
#include <gen_cpp/Types_types.h>
#include <glog/logging.h>
#include <stddef.h>
#include <stdint.h>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_date.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include <gen_cpp/Types_types.h>

#include <boost/iterator/iterator_facade.hpp>
#include <cstddef>
#include <string>

Expand Down
2 changes: 0 additions & 2 deletions be/src/core/data_type/data_type_date_or_datetime_v2.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@

#include <fmt/format.h>
#include <gen_cpp/Types_types.h>
#include <glog/logging.h>

#include <boost/iterator/iterator_facade.hpp>
#include <cstddef>
#include <cstdint>
#include <memory>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_date_time.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include <gen_cpp/Types_types.h>

#include <boost/iterator/iterator_facade.hpp>
#include <cstddef>
#include <string>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <stdint.h>

#include <algorithm>
#include <boost/iterator/iterator_facade.hpp>
#include <memory>
#include <ostream>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_hll.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#pragma once
#include <gen_cpp/Types_types.h>
#include <glog/logging.h>

#include <cstddef>
#include <cstdint>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_ipv4.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include <gen_cpp/Types_types.h>

#include <boost/iterator/iterator_facade.hpp>
#include <cstddef>
#include <string>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <stddef.h>

#include <algorithm>
#include <boost/iterator/iterator_facade.hpp>
#include <string>

#include "common/status.h"
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include <ctype.h>
#include <gen_cpp/data.pb.h>
#include <glog/logging.h>
#include <string.h>

#include <string>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_nothing.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#pragma once

#include <gen_cpp/Types_types.h>
#include <glog/logging.h>
#include <stddef.h>
#include <stdint.h>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_nullable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include <fmt/format.h>
#include <gen_cpp/data.pb.h>
#include <glog/logging.h>
#include <streamvbyte.h>

#include <algorithm>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_number_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "core/data_type/data_type_number_base.h"

#include <fmt/format.h>
#include <glog/logging.h>
#include <streamvbyte.h>

#include <cstddef>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_number_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include <gen_cpp/Types_types.h>

#include <boost/iterator/iterator_facade.hpp>
#include <cstddef>
#include <cstdint>
#include <memory>
Expand Down
2 changes: 0 additions & 2 deletions be/src/core/data_type/data_type_quantilestate.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

#pragma once

#include <glog/logging.h>

#include <memory>
#include <ostream>
#include <string>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_time.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include <gen_cpp/Types_types.h>

#include <boost/iterator/iterator_facade.hpp>
#include <cstddef>
#include <memory>
#include <string>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_timestamptz.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include <gen_cpp/Types_types.h>

#include <boost/iterator/iterator_facade.hpp>
#include <memory>
#include <string>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_varbinary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#include "core/data_type/data_type_varbinary.h"

#include <glog/logging.h>
#include <lz4/lz4.h>
#include <streamvbyte.h>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type/data_type_variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#pragma once
#include <gen_cpp/Exprs_types.h>
#include <gen_cpp/Types_types.h>
#include <glog/logging.h>
#include <stddef.h>
#include <stdint.h>

Expand Down
2 changes: 0 additions & 2 deletions be/src/core/data_type_serde/data_type_array_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

#pragma once

#include <glog/logging.h>

#include <cstdint>
#include <memory>
#include <ostream>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#pragma once

#include <gen_cpp/types.pb.h>
#include <glog/logging.h>

#include <cstdint>
#include <string>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type_serde/data_type_datetimev2_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#pragma once

#include <gen_cpp/types.pb.h>
#include <glog/logging.h>

#include <cstdint>
#include <string>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type_serde/data_type_datev2_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#pragma once

#include <gen_cpp/types.pb.h>
#include <glog/logging.h>

#include <cstdint>
#include <string>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type_serde/data_type_decimal_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#pragma once

#include <gen_cpp/types.pb.h>
#include <glog/logging.h>

#include <string>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type_serde/data_type_ipv4_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#pragma once

#include <glog/logging.h>
#include <stddef.h>
#include <stdint.h>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type_serde/data_type_ipv6_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#pragma once

#include <glog/logging.h>
#include <stddef.h>
#include <stdint.h>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type_serde/data_type_jsonb_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#pragma once
#include <gen_cpp/types.pb.h>
#include <glog/logging.h>
#include <stddef.h>
#include <stdint.h>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type_serde/data_type_map_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#pragma once

#include <glog/logging.h>
#include <stdint.h>

#include <ostream>
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type_serde/data_type_number_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#pragma once

#include <gen_cpp/types.pb.h>
#include <glog/logging.h>

#include <string>

Expand Down
2 changes: 0 additions & 2 deletions be/src/core/data_type_serde/data_type_struct_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

#pragma once

#include <glog/logging.h>

#include <cstdint>

#include "common/status.h"
Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type_serde/data_type_time_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#pragma once
#include <gen_cpp/types.pb.h>
#include <glog/logging.h>

#include <cstdint>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type_serde/data_type_timestamptz_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#pragma once
#include <gen_cpp/types.pb.h>
#include <glog/logging.h>

#include <cstdint>

Expand Down
1 change: 0 additions & 1 deletion be/src/core/data_type_serde/data_type_variant_serde.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#pragma once

#include <glog/logging.h>
#include <stdint.h>

#include <ostream>
Expand Down
Loading
Loading