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

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 822ffefc73 Remove dependency between tscore and iocore/eventsystem 
(#11092)
822ffefc73 is described below

commit 822ffefc73199b52b92db8786b46669b0fa9719d
Author: Bryan Call <bc...@apache.org>
AuthorDate: Mon Feb 26 12:02:39 2024 -0800

    Remove dependency between tscore and iocore/eventsystem (#11092)
---
 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