grahamsedman commented on code in PR #13194: URL: https://github.com/apache/trafficserver/pull/13194#discussion_r3341674833
########## include/tscore/MatcherUtils.h: ########## @@ -32,8 +32,9 @@ #pragma once #include "tscore/ParseRules.h" -#include "tscore/Result.h" #include "tscore/ink_inet.h" +#include "tscore/ink_inet.h" +#include "tscore/ink_platform.h" Review Comment: Hi I've fixed this issue include/tscore/MatcherUtils.h and removed the duplicate include of #include "tscore/ink_inet.h". The commit hash is 83959a0e88e45945360de5789cf30eb12090fad9. Regards Graham -- 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]
