masaori335 commented on code in PR #11984: URL: https://github.com/apache/trafficserver/pull/11984#discussion_r1931312638
########## include/iocore/cache/HttpTransactCache.h: ########## @@ -30,8 +30,9 @@ ****************************************************************************/ #pragma once -#include "tscore/ink_platform.h" +#include "proxy/hdrs/HTTP.h" Review Comment: I guess `HttpTransactCache.cc` can include the `proxy/` headers by itself and this `HttpTransactCache.h` header file doesn't need to include? -- 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]
