jackwener commented on issue #8721: URL: https://github.com/apache/incubator-doris/issues/8721#issuecomment-1081510407
> So is this issue present in the whole repository or some of the files? Let me give a example. In the `be/src/env`, other `.h` file include `.env.h` . `.cpp` file include corresponding `.h` file. So, all file include `.env.h`. We can remove all `include` in `.env.h` in the other file. For example, ``` #include <memory> #include <string> ``` is in `env.h`. Other file can remove them. We can remove other redundant included header like above. -- 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]
