bryancall commented on code in PR #9511: URL: https://github.com/apache/trafficserver/pull/9511#discussion_r1145132239
########## src/traffic_server/traffic_server.cc: ########## @@ -77,7 +77,7 @@ extern "C" int plock(int); #include "tscore/I_Layout.h" #include "I_Machine.h" #include "records/I_RecordsConfig.h" -#include "records/I_RecProcess.h" +#include "RecProcess.h" Review Comment: Since ` RecProcess.h` is an header file used by other subsystems, shouldn't it be in the` include/` directory? -- 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]
