This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit df73d3710ade8f62328895a74496cccdb04f3fc0
Author: Bryan Call <[email protected]>
AuthorDate: Mon Feb 26 12:02:39 2024 -0800

    Remove dependency between tscore and iocore/eventsystem (#11092)
    
    (cherry picked from commit 822ffefc73199b52b92db8786b46669b0fa9719d)
---
 include/tscore/FrequencyCounter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/tscore/FrequencyCounter.h 
b/include/tscore/FrequencyCounter.h
index e0c76fbb96..cbdc7d10de 100644
--- a/include/tscore/FrequencyCounter.h
+++ b/include/tscore/FrequencyCounter.h
@@ -24,7 +24,7 @@
 #pragma once
 
 #include <cstdint>
-#include "iocore/eventsystem/EventSystem.h"
+#include <tscore/ink_hrtime.h>
 
 class FrequencyCounter
 {

Reply via email to