This is an automated email from the ASF dual-hosted git repository.
zwoop 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 7d44a9fb62 Fix the builds after previous migrations (#10644)
7d44a9fb62 is described below
commit 7d44a9fb621d2a83c73f1d2891f16e30acebf270
Author: Leif Hedstrom <[email protected]>
AuthorDate: Thu Oct 19 08:53:56 2023 -0600
Fix the builds after previous migrations (#10644)
---
include/proxy/http/remap/PluginDso.h | 4 ++--
include/records/RecProcess.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/proxy/http/remap/PluginDso.h
b/include/proxy/http/remap/PluginDso.h
index 641a821940..8207c3da05 100644
--- a/include/proxy/http/remap/PluginDso.h
+++ b/include/proxy/http/remap/PluginDso.h
@@ -45,9 +45,9 @@
namespace fs = swoc::file;
#include "tscore/Ptr.h"
-#include "EventSystem.h"
+#include "iocore/eventsystem/EventSystem.h"
-#include "Plugin.h"
+#include "proxy/Plugin.h"
class PluginThreadContext : public RefCountObj
{
diff --git a/include/records/RecProcess.h b/include/records/RecProcess.h
index 7a4ecc7f49..a69d58815d 100644
--- a/include/records/RecProcess.h
+++ b/include/records/RecProcess.h
@@ -24,7 +24,7 @@
#pragma once
#include "RecCore.h"
-#include "EventSystem.h"
+#include "iocore/eventsystem/EventSystem.h"
//-------------------------------------------------------------------------
// RawStat Registration