Skip to content

Commit 36a4793

Browse files
author
Walter Karas
committed
Remove two unused includes in HdrHeap.h.
1 parent e9c3a13 commit 36a4793

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

proxy/hdrs/HdrHeap.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
#pragma once
3434

3535
#include "tscore/Ptr.h"
36-
#include "tscore/ink_defs.h"
3736
#include "tscore/ink_assert.h"
38-
#include "tscore/Arena.h"
3937
#include "tscore/Scalar.h"
4038
#include "HdrToken.h"
4139

proxy/http3/QPACK.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "tscpp/util/IntrusiveDList.h"
2929
#include "MIME.h"
3030
#include "QUICApplication.h"
31+
#include <tscore/Arena.h>
3132

3233
class HTTPHdr;
3334

0 commit comments

Comments
 (0)