Copilot commented on code in PR #12524: URL: https://github.com/apache/trafficserver/pull/12524#discussion_r2364460541
########## include/iocore/eventsystem/EThread.h: ########## @@ -33,6 +33,7 @@ #include "iocore/eventsystem/PriorityEventQueue.h" #include "iocore/eventsystem/ProtectedQueue.h" #include "tsutil/Histogram.h" +#include "Watchdog.h" Review Comment: The include should use the full path 'iocore/eventsystem/Watchdog.h' to be consistent with other includes in this file and avoid potential ambiguity. ```suggestion #include "iocore/eventsystem/Watchdog.h" ``` -- 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]
