jackwener commented on code in PR #11940: URL: https://github.com/apache/doris/pull/11940#discussion_r951545028
########## be/src/util/cpu_info.h: ########## @@ -20,12 +20,12 @@ #pragma once +#include <glog/logging.h> Review Comment: Maybe it's redundant? ########## be/src/common/logconfig.cpp: ########## @@ -25,8 +25,7 @@ #include <mutex> #include "common/config.h" -#include "gutil/stringprintf.h" -#include "util/logging.h" +#include "common/logging.h" Review Comment: Maybe it's redundant? ########## be/src/util/hash_util.hpp: ########## @@ -20,8 +20,9 @@ #pragma once +#include <functional> Review Comment: Maybe it's redundant? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org