From 48c45212b0f10ed22fdd0a5b9e343da0b2189553 Mon Sep 17 00:00:00 2001 From: Kumonda221 Date: Thu, 6 Jun 2024 21:15:22 +0800 Subject: [PATCH] BaseAgent: removed support for zero-copy ports --- main/TLAgent/BaseAgent.h | 1 - 1 file changed, 1 deletion(-) diff --git a/main/TLAgent/BaseAgent.h b/main/TLAgent/BaseAgent.h index acc91e2..fc7e9e5 100755 --- a/main/TLAgent/BaseAgent.h +++ b/main/TLAgent/BaseAgent.h @@ -7,7 +7,6 @@ #include #include -#include "Port.h" #include "Bundle.h" #include "../Utils/Common.h" #include "../Utils/ScoreBoard.h"