This is an automated email from the ASF dual-hosted git repository.
bneradt 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 9a58e14579 Remove unused http headers from Cache.cc (#10594)
9a58e14579 is described below
commit 9a58e14579b2e34decb71bc62a1a6ae948dab22c
Author: JosiahWI <[email protected]>
AuthorDate: Thu Oct 12 16:36:28 2023 -0500
Remove unused http headers from Cache.cc (#10594)
---
iocore/cache/Cache.cc | 3 ---
1 file changed, 3 deletions(-)
diff --git a/iocore/cache/Cache.cc b/iocore/cache/Cache.cc
index 4099e0ea6d..35f8842c13 100644
--- a/iocore/cache/Cache.cc
+++ b/iocore/cache/Cache.cc
@@ -30,9 +30,6 @@
#include "tscore/I_Layout.h"
#include "tscore/Filenames.h"
-#include "HttpTransactCache.h"
-#include "HttpSM.h"
-#include "HttpCacheSM.h"
#include "api/InkAPIInternal.h"
#include "tscore/hugepages.h"