shuke987 opened a new pull request, #61523: URL: https://github.com/apache/doris/pull/61523
## Summary - Remove unnecessary `#include <glog/logging.h>` from 81 BE source files - Remove unnecessary `#include <boost/iterator/iterator_facade.hpp>` from 55 BE source files - Total: 136 files cleaned, 137 lines removed These headers are transitively included through other headers and are not directly used in the affected files. Identified by [include-what-you-use](https://github.com/include-what-you-use/include-what-you-use) (IWYU 0.24 / Clang 20) analysis of the full BE codebase. ## Test plan - [x] Full BE build passes with zero compilation errors after glog removal - [x] Incremental BE build passes with zero compilation errors after boost removal - [ ] CI pipeline 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
