Skip to content

Commit b74f32f

Browse files
authored
[Fix](compile) fix missing headers (#62340)
1 parent 000395d commit b74f32f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

be/src/information_schema/schema_role_mappings_scanner.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include "util/thrift_rpc_helper.h"
3030

3131
namespace doris {
32-
#include "common/compile_check_begin.h"
3332

3433
std::vector<SchemaScanner::ColumnDesc> SchemaRoleMappingsScanner::_s_tbls_columns = {
3534
{"NAME", TYPE_VARCHAR, sizeof(StringRef), true},
@@ -141,5 +140,4 @@ Status SchemaRoleMappingsScanner::get_next_block_internal(Block* block, bool* eo
141140
return Status::OK();
142141
}
143142

144-
#include "common/compile_check_end.h"
145143
} // namespace doris

0 commit comments

Comments
 (0)