You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2023/03/09 18:16:23 UTC

[trafficserver] branch master updated: Remove inactive include of IpMapConf.h (#9512)

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

amc 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 455cf6522 Remove inactive include of IpMapConf.h (#9512)
455cf6522 is described below

commit 455cf6522c8cd0660172ae8a6dd7c04642a09189
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Thu Mar 9 12:16:16 2023 -0600

    Remove inactive include of IpMapConf.h (#9512)
---
 src/records/RecHttp.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/records/RecHttp.cc b/src/records/RecHttp.cc
index bc283a022..cba63d8ac 100644
--- a/src/records/RecHttp.cc
+++ b/src/records/RecHttp.cc
@@ -31,7 +31,6 @@
 #include "tscore/ink_inet.h"
 #include <string_view>
 #include <unordered_set>
-#include <tscore/IpMapConf.h>
 
 using ts::TextView;